hgbook

annotate en/00book.tex @ 26:1bc6c1f0192a

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