hgbook

annotate en/00book.tex @ 57:fa8bafe467cb

Merge with upstream
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Tue Jul 25 00:02:24 2006 -0400 (2006-07-25)
parents b8539d91c84d cbfa08bcf181
children 39ea14398861
rev   line source
jeffpc@57 1 % The use of oneside here is a temporary hack; \marginpar entries
jeffpc@57 2 % don't show up on odd pages of PDF output without it. Sigh.
jeffpc@57 3 \documentclass[oneside]{book}
jeffpc@57 4 \usepackage{enumerate}
jeffpc@57 5 \usepackage{fullpage}
jeffpc@57 6 \usepackage{makeidx}
jeffpc@57 7 \usepackage{ifpdf}
jeffpc@57 8 \usepackage{graphicx}
jeffpc@57 9 \usepackage{pslatex}
jeffpc@57 10 \usepackage{fancyvrb}
jeffpc@57 11 % leave hyperref until last
jeffpc@57 12 \usepackage[colorlinks=true,bookmarks=true]{hyperref}
jeffpc@57 13
jeffpc@57 14 \include{99defs}
jeffpc@57 15
jeffpc@57 16 \title{Distributed revision control with Mercurial}
jeffpc@57 17 \author{Bryan O'Sullivan}
jeffpc@57 18 \date{Copyright \copyright\ 2006 Bryan O'Sullivan.\\
jeffpc@57 19 This material may be distributed only subject to the terms and
jeffpc@57 20 conditions set forth in version 1.0 of the Open Publication License.
jeffpc@57 21 Please refer to Appendix~\ref{cha:opl} for the license text.\\
jeffpc@57 22 This book was prepared from revision \input{build_id}.}
jeffpc@57 23
jeffpc@57 24 \makeindex
jeffpc@57 25
jeffpc@57 26 \begin{document}
jeffpc@57 27
jeffpc@57 28 \maketitle
jeffpc@57 29
jeffpc@57 30 \addcontentsline{toc}{chapter}{Contents}
jeffpc@57 31 \pagenumbering{roman}
jeffpc@57 32 \tableofcontents
jeffpc@57 33 \listoffigures
jeffpc@57 34 %\listoftables
jeffpc@57 35
jeffpc@57 36 \pagenumbering{arabic}
jeffpc@57 37
jeffpc@57 38 \include{preface}
jeffpc@57 39 \include{intro}
jeffpc@57 40 \include{concepts}
jeffpc@57 41 \include{daily}
jeffpc@57 42 \include{hook}
jeffpc@57 43 \include{mq}
jeffpc@57 44
jeffpc@57 45 \appendix
jeffpc@57 46 \include{license}
jeffpc@57 47 \addcontentsline{toc}{chapter}{Bibliography}
jeffpc@57 48 \bibliographystyle{alpha}
jeffpc@57 49 \bibliography{99book}
jeffpc@57 50
jeffpc@57 51 \printindex
jeffpc@57 52
jeffpc@57 53 \end{document}
jeffpc@57 54
jeffpc@57 55 %%% Local Variables:
jeffpc@57 56 %%% mode: latex
jeffpc@57 57 %%% TeX-master: t
jeffpc@57 58 %%% End: