hgbook

view en/00book.tex @ 15:b8ac9f312a47

Document wiggle and rej
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Jul 03 17:58:29 2006 -0700 (2006-07-03)
parents 76fc489c0e0b
children 81454425eee9
line source
1 \documentclass{book}
2 \usepackage{enumerate}
3 \usepackage{fullpage}
4 \usepackage{ifpdf}
5 \usepackage{graphicx}
6 \usepackage{newcent}
7 \usepackage{fancyvrb}
8 % leave hyperref until last
9 \usepackage{hyperref}
11 \include{99defs}
13 \title{Distributed revision control with Mercurial}
14 \author{Bryan O'Sullivan}
15 \date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
16 be distributed only subject to the terms and conditions set forth in
17 version 1.0 of the Open Publication License. Please refer to
18 Appendix~\ref{cha:opl} for the license text.}
20 \begin{document}
22 \maketitle
24 \addcontentsline{toc}{chapter}{Contents}
25 \pagenumbering{roman}
26 \tableofcontents
27 \listoffigures
28 \listoftables
30 \pagenumbering{arabic}
32 \include{mq}
34 \appendix
35 \addcontentsline{toc}{chapter}{Bibliography}
36 \bibliographystyle{alpha}
37 \bibliography{99book}
38 \include{license}
40 \end{document}
42 %%% Local Variables:
43 %%% mode: latex
44 %%% TeX-master: t
45 %%% End: