hgbook

annotate en/00book.tex @ 18:e6f4088ebe52

Generate a PDF file with a feedback link on each paragraph.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Jul 04 16:41:31 2006 -0700 (2006-07-04)
parents 81454425eee9
children ce3339dbeb6f
rev   line source
bos@0 1 \documentclass{book}
bos@5 2 \usepackage{enumerate}
bos@0 3 \usepackage{fullpage}
bos@16 4 \usepackage{makeidx}
bos@11 5 \usepackage{ifpdf}
bos@11 6 \usepackage{graphicx}
bos@18 7 \usepackage{pslatex}
bos@3 8 \usepackage{fancyvrb}
bos@5 9 % leave hyperref until last
bos@0 10 \usepackage{hyperref}
bos@0 11
bos@0 12 \include{99defs}
bos@0 13
bos@0 14 \title{Distributed revision control with Mercurial}
bos@0 15 \author{Bryan O'Sullivan}
bos@5 16 \date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
bos@5 17 be distributed only subject to the terms and conditions set forth in
bos@5 18 version 1.0 of the Open Publication License. Please refer to
bos@5 19 Appendix~\ref{cha:opl} for the license text.}
bos@0 20
bos@16 21 \makeindex
bos@16 22
bos@0 23 \begin{document}
bos@0 24
bos@0 25 \maketitle
bos@0 26
bos@0 27 \addcontentsline{toc}{chapter}{Contents}
bos@0 28 \pagenumbering{roman}
bos@0 29 \tableofcontents
bos@0 30 \listoffigures
bos@18 31 %\listoftables
bos@0 32
bos@0 33 \pagenumbering{arabic}
bos@0 34
bos@16 35 \include{intro}
bos@0 36 \include{mq}
bos@0 37
bos@5 38 \appendix
bos@16 39 \include{license}
bos@2 40 \addcontentsline{toc}{chapter}{Bibliography}
bos@9 41 \bibliographystyle{alpha}
bos@2 42 \bibliography{99book}
bos@16 43
bos@16 44 \printindex
bos@2 45
bos@0 46 \end{document}
bos@0 47
bos@0 48 %%% Local Variables:
bos@0 49 %%% mode: latex
bos@0 50 %%% TeX-master: t
bos@0 51 %%% End: