[texhax] Document class Book
Fehd, Ronald J. (CDC/CCHIS/NCPHI)
rjf2 at CDC.GOV
Tue Aug 14 17:13:36 CEST 2007
<sigh> as always, when I post code
I need to spend more time sqinting at it
before pressing send
additions:
* \frontmatter
* \mainmatter
* \backmatter
which, as mentioned, change the page numbering.
Ron Fehd the {SAS} macro maven CDC Atlanta GA USA RJF2 at cdc dot gov
\documentclass{book}
\pdfoutput=0%out=job.dvi
%\pdfoutput=1%out=job.pdf
\title{\jobname\ example
}%end title
\author{Ronald J. Fehd
}%end author
%\usepackage{}
%note: use for development and testing
%\frontmatter\includeonly{frontMatter}
%\includeonly{partA}
%\includeonly{chapA}
%\includeonly{partZ}
%\usepackage[]{hyperref}%
\begin{document}\mainmatter%%%%%%%%%%%%%
\include{frontMatter}
\include{partA}
%\include{chapA}
%\include{partZ}
\appendix %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{chAppendixA}
\include{chAppendixB}
\include{chAppendixZ}
%\backmatter\include{backMatter}
\end{document} %%%%%%%%%%%%%%%%%%%%%%%%%
More information about the texhax
mailing list