hgbook

annotate 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
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@2 27 \addcontentsline{toc}{chapter}{Bibliography}
bos@2 28 \bibliographystyle{plain}
bos@2 29 \bibliography{99book}
bos@2 30
bos@0 31 \end{document}
bos@0 32
bos@0 33 %%% Local Variables:
bos@0 34 %%% mode: latex
bos@0 35 %%% TeX-master: t
bos@0 36 %%% End: