Mercurial > ~dholland > hg > ag > index.cgi
view doc/manual/usersguide.tex @ 19:db7ff952e01e
both mansupps seem to be html
author | David A. Holland |
---|---|
date | Tue, 31 May 2022 02:06:45 -0400 |
parents | 13d2b8934445 |
children |
line wrap: on
line source
% 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}