hgbook

annotate en/00book.tex @ 39:576fef93bb49

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