Mercurial > ~dholland > hg > ag > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 % AnaGram manual, LaTeX version. | |
2 % Conversion to LaTeX: Copyright (C) 2003 Stephen D. Holland. | |
3 % Cleanup and reformatting: Copyright 2006, 2007 David A. Holland. | |
4 | |
5 \documentclass{book} | |
6 | |
7 \include{agdefs} | |
8 | |
9 % | |
10 % XXX. Why are we indexing ``file'' and ``files'' separately? | |
11 % | |
12 \makeindex | |
13 | |
14 \begin{document} | |
15 | |
16 %%%%%%%%%%%%%%% | |
17 %%% title page, contents, and other preliminary stuff | |
18 | |
19 \include{titlepage} | |
20 \newpage | |
21 | |
22 \tableofcontents | |
23 %\newpage | |
24 | |
25 %%%%%%%%%%%%%%% | |
26 %%% main body | |
27 | |
28 % XXX it would be nice to make the various references to Appendix A | |
29 % and whatnot actual latex crossreferences. | |
30 | |
31 \addtolength{\parskip}{1.5ex} | |
32 | |
33 \include{intro} | |
34 \include{gs} | |
35 \include{ra} | |
36 \include{isdp} | |
37 \include{xg-i} | |
38 \include{xg-ii} | |
39 \include{xg-iii} | |
40 \include{sf} | |
41 \include{dd} | |
42 | |
43 %%%%%%%%%%%%%%% | |
44 %%% appendixes | |
45 | |
46 \appendix | |
47 | |
48 \include{cfp} | |
49 \include{wm} | |
50 \include{winsum} | |
51 \include{sbb} | |
52 \include{pcb} | |
53 \include{gl} | |
54 | |
55 %%%%%%%%%%%%%%% | |
56 %%% index | |
57 | |
58 % XXX why is the index missing from the table of contents? | |
59 | |
60 \input usersguide.ind | |
61 | |
62 %%%%%%%%%%%%%%% | |
63 %%% should have a colophon here (XXX) | |
64 %%% (or does it go before the index...?) | |
65 %%% | |
66 %%% the colophon should sign off with | |
67 %%% | |
68 %%% etaoin shrdlu. | |
69 %%% :-) | |
70 | |
71 \end{document} |