hgbook

view en/00book.tex @ 5:faa29ca23fc8

Add OPL license.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Jun 25 22:44:24 2006 -0700 (2006-06-25)
parents 906d9021f9e5
children 76fc489c0e0b
line source
1 \documentclass{book}
2 \usepackage{enumerate}
3 \usepackage{fullpage}
4 \usepackage{graphics}
5 \usepackage{newcent}
6 \usepackage{fancyvrb}
7 % leave hyperref until last
8 \usepackage{hyperref}
10 \include{99defs}
12 \title{Distributed revision control with Mercurial}
13 \author{Bryan O'Sullivan}
14 \date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
15 be distributed only subject to the terms and conditions set forth in
16 version 1.0 of the Open Publication License. Please refer to
17 Appendix~\ref{cha:opl} for the license text.}
19 \begin{document}
21 \maketitle
23 \addcontentsline{toc}{chapter}{Contents}
24 \pagenumbering{roman}
25 \tableofcontents
26 \listoffigures
27 \listoftables
29 \pagenumbering{arabic}
31 \include{mq}
33 \appendix
34 \addcontentsline{toc}{chapter}{Bibliography}
35 \bibliographystyle{plain}
36 \bibliography{99book}
37 \include{license}
39 \end{document}
41 %%% Local Variables:
42 %%% mode: latex
43 %%% TeX-master: t
44 %%% End: