hgbook

annotate en/00book.tex @ 11:e9d5b4c3d16b

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