hgbook

view en/00book.tex @ 28:f5ce861d6fcc

Fix description of quilt.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jul 13 14:58:31 2006 -0700 (2006-07-13)
parents ce3339dbeb6f
children 6e988159394b
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 Bryan O'Sullivan. This material may
19 be distributed only subject to the terms and conditions set forth in
20 version 1.0 of the Open Publication License. Please refer to
21 Appendix~\ref{cha:opl} for the license text.}
23 \makeindex
25 \begin{document}
27 \maketitle
29 \addcontentsline{toc}{chapter}{Contents}
30 \pagenumbering{roman}
31 \tableofcontents
32 \listoffigures
33 %\listoftables
35 \pagenumbering{arabic}
37 \include{preface}
38 \include{intro}
39 \include{mq}
41 \appendix
42 \include{license}
43 \addcontentsline{toc}{chapter}{Bibliography}
44 \bibliographystyle{alpha}
45 \bibliography{99book}
47 \printindex
49 \end{document}
51 %%% Local Variables:
52 %%% mode: latex
53 %%% TeX-master: t
54 %%% End: