view doc/manual/usersguide.tex @ 8:ec2b657edf13

Add explicit lint-comment-style fallthrough annotations. GCC now assumes that if you don't have these you're making a mistake, which is annoying. XXX: This changeset updates the AG output files only (by hand) and is XXX: abusive - rebuilding them will erase the change. However, I need XXX: to get things to build before I can try to get AG to issue the XXX: annotations itself, so this seems like a reasonable expedient.
author David A. Holland
date Mon, 30 May 2022 23:51:43 -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}