Skip to content

Commit 9432d95

Browse files
committed
Added code to make the file play nice with latex2html
1 parent 4199955 commit 9432d95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/cheops.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
% $Id: cheops.tex,v 1.4 2003-12-07 20:43:48 psy Exp $
1+
% $Id: cheops.tex,v 1.5 2003-12-08 09:46:52 psy Exp $
22

33
\documentclass[a4paper]{article}
44
\usepackage{url}
5+
\usepackage{html}
56
\usepackage{mdwlist}
67

78
% Determines whether or not we are running pdflatex
@@ -61,13 +62,16 @@ \section{Running \textsc{Cheops}}
6162
as responses for human players. At the end of a game, no further moves
6263
are possible, and one of these commands must be entered.
6364

65+
66+
\begin{latexonly}
6467
\renewenvironment{description}{%
6568
\begin{basedescript}{%
6669
\desclabelwidth{0.66in}\desclabelstyle{\nextlinelabel}%
6770
}%
6871
}{%
6972
\end{basedescript}%
7073
}
74+
\end{latexonly}
7175

7276
\begin{description}
7377
\item[\texttt{resign}] forfeit the match

0 commit comments

Comments
 (0)