hgbook

view en/00book.tex @ 25:9d5b6d303ef5

Make it 2/3 through documenting MQ commands.
Add a note on a few quirks of how patches represent data.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Jul 09 23:18:39 2006 -0700 (2006-07-09)
parents e6f4088ebe52
children 1bc6c1f0192a
line source
1 \documentclass[oneside]{book}
2 \usepackage{enumerate}
3 \usepackage{fullpage}
4 \usepackage{makeidx}
5 \usepackage{ifpdf}
6 \usepackage{graphicx}
7 \usepackage{pslatex}
8 \usepackage{fancyvrb}
9 % leave hyperref until last
10 \usepackage[colorlinks=true,bookmarks=true]{hyperref}
12 \include{99defs}
14 \title{Distributed revision control with Mercurial}
15 \author{Bryan O'Sullivan}
16 \date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
17 be distributed only subject to the terms and conditions set forth in
18 version 1.0 of the Open Publication License. Please refer to
19 Appendix~\ref{cha:opl} for the license text.}
21 \makeindex
23 \begin{document}
25 \maketitle
27 \addcontentsline{toc}{chapter}{Contents}
28 \pagenumbering{roman}
29 \tableofcontents
30 \listoffigures
31 %\listoftables
33 \pagenumbering{arabic}
35 \include{intro}
36 \include{mq}
38 \appendix
39 \include{license}
40 \addcontentsline{toc}{chapter}{Bibliography}
41 \bibliographystyle{alpha}
42 \bibliography{99book}
44 \printindex
46 \end{document}
48 %%% Local Variables:
49 %%% mode: latex
50 %%% TeX-master: t
51 %%% End: