Skip to content

Commit fbf66bf

Browse files
committed
Fix obsolete LaTeX code
1 parent a099b0b commit fbf66bf

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

doc/cheops.tex

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
1-
21
\documentclass[a4paper]{article}
32
\usepackage{url}
4-
\usepackage{html}
53
\usepackage{mdwlist}
64

7-
% Determines whether or not we are running pdflatex
8-
\newif\ifpdf
9-
\ifx\pdfoutput\undefined
10-
\pdffalse
11-
\else
12-
\pdftrue
13-
\pdfcompresslevel=9
14-
\fi
15-
165
\def\CC{{C\nolinebreak[4]\hspace{-.05em}\raisebox{.4ex}{\tiny\bf ++}}}
176

187
\begin{document}
198

209
\title{\textsc{Cheops} v1.3\\Manual for Users and Programmers}
2110
\author{Tristan Miller\\ \url{psychonaut@nothingisreal.com}\\
2211
\url{https://logological.org/cheops}}
23-
\date{26 December 2016}
12+
\date{27 December 2016}
2413
\maketitle
2514

2615
\section{Introduction}
@@ -61,15 +50,15 @@ \section{Running \textsc{Cheops}}
6150
as responses for human players. At the end of a game, no further moves
6251
are possible, and one of these commands must be entered.
6352

64-
\begin{latexonly}
53+
%\begin{latexonly}
6554
\renewenvironment{description}{%
6655
\begin{basedescript}{%
6756
\desclabelwidth{0.66in}\desclabelstyle{\nextlinelabel}%
6857
}%
6958
}{%
7059
\end{basedescript}%
7160
}
72-
\end{latexonly}
61+
%\end{latexonly}
7362

7463
\begin{description}
7564
\item[\texttt{resign}] forfeit the match

0 commit comments

Comments
 (0)