Mercurial > ~dholland > hg > ag > index.cgi
diff doc/manual/usersguide.tex @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/manual/usersguide.tex Sat Dec 22 17:52:45 2007 -0500 @@ -0,0 +1,71 @@ +% AnaGram manual, LaTeX version. +% Conversion to LaTeX: Copyright (C) 2003 Stephen D. Holland. +% Cleanup and reformatting: Copyright 2006, 2007 David A. Holland. + +\documentclass{book} + +\include{agdefs} + +% +% XXX. Why are we indexing ``file'' and ``files'' separately? +% +\makeindex + +\begin{document} + +%%%%%%%%%%%%%%% +%%% title page, contents, and other preliminary stuff + +\include{titlepage} +\newpage + +\tableofcontents +%\newpage + +%%%%%%%%%%%%%%% +%%% main body + +% XXX it would be nice to make the various references to Appendix A +% and whatnot actual latex crossreferences. + +\addtolength{\parskip}{1.5ex} + +\include{intro} +\include{gs} +\include{ra} +\include{isdp} +\include{xg-i} +\include{xg-ii} +\include{xg-iii} +\include{sf} +\include{dd} + +%%%%%%%%%%%%%%% +%%% appendixes + +\appendix + +\include{cfp} +\include{wm} +\include{winsum} +\include{sbb} +\include{pcb} +\include{gl} + +%%%%%%%%%%%%%%% +%%% index + +% XXX why is the index missing from the table of contents? + +\input usersguide.ind + +%%%%%%%%%%%%%%% +%%% should have a colophon here (XXX) +%%% (or does it go before the index...?) +%%% +%%% the colophon should sign off with +%%% +%%% etaoin shrdlu. +%%% :-) + +\end{document}