hgbook
annotate en/00book.tex @ 3:906d9021f9e5
Making progress on autogenerated example output.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sat Jun 24 17:42:40 2006 -0700 (2006-06-24) |
parents | 379a802c0210 |
children | faa29ca23fc8 |
rev | line source |
---|---|
bos@0 | 1 \documentclass{book} |
bos@0 | 2 \usepackage{fullpage} |
bos@0 | 3 \usepackage{graphics} |
bos@0 | 4 \usepackage{newcent} |
bos@3 | 5 \usepackage{fancyvrb} |
bos@0 | 6 \usepackage{hyperref} |
bos@0 | 7 |
bos@0 | 8 \include{99defs} |
bos@0 | 9 |
bos@0 | 10 \title{Distributed revision control with Mercurial} |
bos@0 | 11 \author{Bryan O'Sullivan} |
bos@0 | 12 \date{} |
bos@0 | 13 |
bos@0 | 14 \begin{document} |
bos@0 | 15 |
bos@0 | 16 \maketitle |
bos@0 | 17 |
bos@0 | 18 \addcontentsline{toc}{chapter}{Contents} |
bos@0 | 19 \pagenumbering{roman} |
bos@0 | 20 \tableofcontents |
bos@0 | 21 \listoffigures |
bos@0 | 22 \listoftables |
bos@0 | 23 |
bos@0 | 24 \pagenumbering{arabic} |
bos@0 | 25 |
bos@0 | 26 \include{mq} |
bos@0 | 27 |
bos@2 | 28 \addcontentsline{toc}{chapter}{Bibliography} |
bos@2 | 29 \bibliographystyle{plain} |
bos@2 | 30 \bibliography{99book} |
bos@2 | 31 |
bos@0 | 32 \end{document} |
bos@0 | 33 |
bos@0 | 34 %%% Local Variables: |
bos@0 | 35 %%% mode: latex |
bos@0 | 36 %%% TeX-master: t |
bos@0 | 37 %%% End: |