hgbook

annotate en/00book.tex @ 0:76fba5835a1b

Beginnings of a build process and file layout.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jun 23 12:15:22 2006 -0700 (2006-06-23)
parents
children 379a802c0210
rev   line source
bos@0 1 \documentclass{book}
bos@0 2 \usepackage{fullpage}
bos@0 3 \usepackage{graphics}
bos@0 4 \usepackage{newcent}
bos@0 5 \usepackage{hyperref}
bos@0 6
bos@0 7 \include{99defs}
bos@0 8
bos@0 9 \title{Distributed revision control with Mercurial}
bos@0 10 \author{Bryan O'Sullivan}
bos@0 11 \date{}
bos@0 12
bos@0 13 \begin{document}
bos@0 14
bos@0 15 \maketitle
bos@0 16
bos@0 17 \addcontentsline{toc}{chapter}{Contents}
bos@0 18 \pagenumbering{roman}
bos@0 19 \tableofcontents
bos@0 20 \listoffigures
bos@0 21 \listoftables
bos@0 22
bos@0 23 \pagenumbering{arabic}
bos@0 24
bos@0 25 \include{mq}
bos@0 26
bos@0 27 \end{document}
bos@0 28
bos@0 29 %%% Local Variables:
bos@0 30 %%% mode: latex
bos@0 31 %%% TeX-master: t
bos@0 32 %%% End: