hgbook

view 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
line source
1 \documentclass{book}
2 \usepackage{enumerate}
3 \usepackage{fullpage}
4 \usepackage{makeidx}
5 \usepackage{ifpdf}
6 \usepackage{graphicx}
7 \usepackage{pslatex}
8 \usepackage{fancyvrb}
9 % leave hyperref until last
10 \usepackage{hyperref}
12 \include{99defs}
14 \title{Distributed revision control with Mercurial}
15 \author{Bryan O'Sullivan}
16 \date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
17 be distributed only subject to the terms and conditions set forth in
18 version 1.0 of the Open Publication License. Please refer to
19 Appendix~\ref{cha:opl} for the license text.}
21 \makeindex
23 \begin{document}
25 \maketitle
27 \addcontentsline{toc}{chapter}{Contents}
28 \pagenumbering{roman}
29 \tableofcontents
30 \listoffigures
31 %\listoftables
33 \pagenumbering{arabic}
35 \include{intro}
36 \include{mq}
38 \appendix
39 \include{license}
40 \addcontentsline{toc}{chapter}{Bibliography}
41 \bibliographystyle{alpha}
42 \bibliography{99book}
44 \printindex
46 \end{document}
48 %%% Local Variables:
49 %%% mode: latex
50 %%% TeX-master: t
51 %%% End: