hgbook

view en/00book.tex @ 254:7301e64c362e

Chris Mason's "rej" tool has been superseded by "mpatch", per David Rushby.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed May 30 22:18:04 2007 -0700 (2007-05-30)
parents 4c9b9416cd23
children 5cd47f721686
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,pdftitle={Distributed
13 revision control with Mercurial},pdfsubject={Revision
14 control},pdfkeywords={Mercurial, Revision control, Distributed
15 revision control},pdfauthor={Bryan O'Sullivan}]{hyperref}
17 \include{99defs}
19 \title{Distributed revision control with Mercurial} \author{Bryan
20 O'Sullivan}
21 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\
22 This material may be distributed only subject to the terms and
23 conditions set forth in version 1.0 of the Open Publication License.
24 Please refer to Appendix~\ref{cha:opl} for the license text.\\
25 This book was prepared from
26 \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}}
27 using \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.}
29 \makeindex
31 \begin{document}
33 \maketitle
35 \addcontentsline{toc}{chapter}{Contents}
36 \pagenumbering{roman}
37 \tableofcontents
38 \listoffigures
39 %\listoftables
41 \pagenumbering{arabic}
43 \include{preface}
44 \include{intro}
45 \include{tour-basic}
46 \include{tour-merge}
47 \include{concepts}
48 \include{daily}
49 \include{collab}
50 \include{filenames}
51 \include{branch}
52 \include{undo}
53 \include{hook}
54 \include{template}
55 \include{mq}
56 \include{mq-collab}
57 \include{hgext}
59 \appendix
60 \include{cmdref}
61 \include{mq-ref}
62 \include{srcinstall}
63 \include{license}
64 \addcontentsline{toc}{chapter}{Bibliography}
65 \bibliographystyle{alpha}
66 \bibliography{99book}
68 \addcontentsline{toc}{chapter}{Index}
69 \printindex
71 \end{document}
73 %%% Local Variables:
74 %%% mode: latex
75 %%% TeX-master: t
76 %%% End: