hgbook

view en/00book.tex @ 2:379a802c0210

Add bibliography.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jun 24 16:14:02 2006 -0700 (2006-06-24)
parents 76fba5835a1b
children 906d9021f9e5
line source
1 \documentclass{book}
2 \usepackage{fullpage}
3 \usepackage{graphics}
4 \usepackage{newcent}
5 \usepackage{hyperref}
7 \include{99defs}
9 \title{Distributed revision control with Mercurial}
10 \author{Bryan O'Sullivan}
11 \date{}
13 \begin{document}
15 \maketitle
17 \addcontentsline{toc}{chapter}{Contents}
18 \pagenumbering{roman}
19 \tableofcontents
20 \listoffigures
21 \listoftables
23 \pagenumbering{arabic}
25 \include{mq}
27 \addcontentsline{toc}{chapter}{Bibliography}
28 \bibliographystyle{plain}
29 \bibliography{99book}
31 \end{document}
33 %%% Local Variables:
34 %%% mode: latex
35 %%% TeX-master: t
36 %%% End: