hgbook

view en/00book.tex @ 187:b60e2de6dbc3

Add chapter on branch management.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Apr 16 14:19:31 2007 -0700 (2007-04-16)
parents c54f4c106fd5
children 959357d01607
line source
1 % The use of oneside here is a temporary hack; \marginpar entries
2 % don't show up on odd pages of PDF output without it. Sigh.
3 \documentclass[oneside]{book}
4 \usepackage{enumerate}
5 \usepackage{fullpage}
6 \usepackage{makeidx}
7 \usepackage{ifpdf}
8 \usepackage{graphicx}
9 \usepackage{pslatex}
10 \usepackage{fancyvrb}
11 % leave hyperref until last
12 \usepackage[colorlinks=true,bookmarks=true]{hyperref}
14 \include{99defs}
16 \title{Distributed revision control with Mercurial} \author{Bryan
17 O'Sullivan}
18 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\
19 This material may be distributed only subject to the terms and
20 conditions set forth in version 1.0 of the Open Publication License.
21 Please refer to Appendix~\ref{cha:opl} for the license text.\\
22 This book was prepared from revision \input{build_id} of its sources
23 using revision \input{hg_id} of Mercurial.}
25 \makeindex
27 \begin{document}
29 \maketitle
31 \addcontentsline{toc}{chapter}{Contents}
32 \pagenumbering{roman}
33 \tableofcontents
34 \listoffigures
35 %\listoftables
37 \pagenumbering{arabic}
39 \include{preface}
40 \include{intro}
41 \include{tour-basic}
42 \include{tour-merge}
43 \include{concepts}
44 \include{daily}
45 \include{collab}
46 \include{filenames}
47 \include{branch}
48 \include{undo}
49 \include{hook}
50 \include{template}
51 \include{mq}
52 \include{mq-collab}
54 \appendix
55 \include{cmdref}
56 \include{mq-ref}
57 \include{srcinstall}
58 \include{license}
59 \addcontentsline{toc}{chapter}{Bibliography}
60 \bibliographystyle{alpha}
61 \bibliography{99book}
63 \addcontentsline{toc}{chapter}{Index}
64 \printindex
66 \end{document}
68 %%% Local Variables:
69 %%% mode: latex
70 %%% TeX-master: t
71 %%% End: