hgbook

view en/00book.tex @ 9:76fc489c0e0b

Minor formatting changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Jun 27 23:21:30 2006 -0700 (2006-06-27)
parents faa29ca23fc8
children e9d5b4c3d16b
line source
1 \documentclass{book}
2 \usepackage{enumerate}
3 \usepackage{fullpage}
4 \usepackage{graphics}
5 \usepackage{newcent}
6 \usepackage{fancyvrb}
7 % leave hyperref until last
8 \usepackage{hyperref}
10 \include{99defs}
12 \title{Distributed revision control with Mercurial}
13 \author{Bryan O'Sullivan}
14 \date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
15 be distributed only subject to the terms and conditions set forth in
16 version 1.0 of the Open Publication License. Please refer to
17 Appendix~\ref{cha:opl} for the license text.}
19 \begin{document}
21 \maketitle
23 \addcontentsline{toc}{chapter}{Contents}
24 \pagenumbering{roman}
25 \tableofcontents
26 \listoffigures
27 \listoftables
29 \pagenumbering{arabic}
31 \include{mq}
33 \appendix
34 \addcontentsline{toc}{chapter}{Bibliography}
35 \bibliographystyle{alpha}
36 \bibliography{99book}
37 \include{license}
39 \end{document}
41 %%% Local Variables:
42 %%% mode: latex
43 %%% TeX-master: t
44 %%% End: