hgbook

view en/00book.tex @ 3:906d9021f9e5

Making progress on autogenerated example output.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jun 24 17:42:40 2006 -0700 (2006-06-24)
parents 379a802c0210
children faa29ca23fc8
line source
1 \documentclass{book}
2 \usepackage{fullpage}
3 \usepackage{graphics}
4 \usepackage{newcent}
5 \usepackage{fancyvrb}
6 \usepackage{hyperref}
8 \include{99defs}
10 \title{Distributed revision control with Mercurial}
11 \author{Bryan O'Sullivan}
12 \date{}
14 \begin{document}
16 \maketitle
18 \addcontentsline{toc}{chapter}{Contents}
19 \pagenumbering{roman}
20 \tableofcontents
21 \listoffigures
22 \listoftables
24 \pagenumbering{arabic}
26 \include{mq}
28 \addcontentsline{toc}{chapter}{Bibliography}
29 \bibliographystyle{plain}
30 \bibliography{99book}
32 \end{document}
34 %%% Local Variables:
35 %%% mode: latex
36 %%% TeX-master: t
37 %%% End: