hgbook

view en/00book.tex @ 186:08d64601d4bd

Add links to rev info.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Apr 05 23:50:42 2007 -0700 (2007-04-05)
parents 404e7951dd04
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
23 \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}}
24 using \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.}
26 \makeindex
28 \begin{document}
30 \maketitle
32 \addcontentsline{toc}{chapter}{Contents}
33 \pagenumbering{roman}
34 \tableofcontents
35 \listoffigures
36 %\listoftables
38 \pagenumbering{arabic}
40 \include{preface}
41 \include{intro}
42 \include{tour-basic}
43 \include{tour-merge}
44 \include{concepts}
45 \include{daily}
46 \include{collab}
47 \include{filenames}
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: