hgbook

view en/00book.tex @ 148:6a5864c09879

Update copyright.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 06 22:00:38 2007 -0800 (2007-03-06)
parents 1e013fbe35f7
children 7355af913937
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}
17 \author{Bryan 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}.}
24 \makeindex
26 \begin{document}
28 \maketitle
30 \addcontentsline{toc}{chapter}{Contents}
31 \pagenumbering{roman}
32 \tableofcontents
33 \listoffigures
34 %\listoftables
36 \pagenumbering{arabic}
38 \include{preface}
39 \include{intro}
40 \include{tour-basic}
41 \include{tour-merge}
42 \include{concepts}
43 \include{daily}
44 \include{filenames}
45 \include{undo}
46 \include{hook}
47 \include{template}
48 \include{mq}
49 \include{mq-collab}
51 \appendix
52 \include{cmdref}
53 \include{mq-ref}
54 \include{srcinstall}
55 \include{license}
56 \addcontentsline{toc}{chapter}{Bibliography}
57 \bibliographystyle{alpha}
58 \bibliography{99book}
60 \addcontentsline{toc}{chapter}{Index}
61 \printindex
63 \end{document}
65 %%% Local Variables:
66 %%% mode: latex
67 %%% TeX-master: t
68 %%% End: