hgbook

view en/00book.tex @ 1:04e469de601e

Early content for chapter on MQ.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jun 23 12:15:38 2006 -0700 (2006-06-23)
parents
children 379a802c0210
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 \end{document}
29 %%% Local Variables:
30 %%% mode: latex
31 %%% TeX-master: t
32 %%% End: