hgbook

view en/00book.tex @ 10:d450d67ecc82

Add simple graphic for MQ stack.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Jun 28 20:29:21 2006 -0700 (2006-06-28)
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: