hgbook

view en/00book.tex @ 184:7b812c428074

Document the ssh protocol, URL syntax, and configuration.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Apr 05 23:28:06 2007 -0700 (2007-04-05)
parents 7355af913937
children 404e7951dd04 b60e2de6dbc3
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{undo}
48 \include{hook}
49 \include{template}
50 \include{mq}
51 \include{mq-collab}
53 \appendix
54 \include{cmdref}
55 \include{mq-ref}
56 \include{srcinstall}
57 \include{license}
58 \addcontentsline{toc}{chapter}{Bibliography}
59 \bibliographystyle{alpha}
60 \bibliography{99book}
62 \addcontentsline{toc}{chapter}{Index}
63 \printindex
65 \end{document}
67 %%% Local Variables:
68 %%% mode: latex
69 %%% TeX-master: t
70 %%% End: