view en/00book.tex @ 3:906d9021f9e5

Making progress on autogenerated example output.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat, 24 Jun 2006 17:42:40 -0700
parents 379a802c0210
children faa29ca23fc8
line wrap: on
line source

\documentclass{book}
\usepackage{fullpage}
\usepackage{graphics}
\usepackage{newcent}
\usepackage{fancyvrb}
\usepackage{hyperref}

\include{99defs}

\title{Distributed revision control with Mercurial}
\author{Bryan O'Sullivan}
\date{}

\begin{document}

\maketitle

\addcontentsline{toc}{chapter}{Contents}
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables

\pagenumbering{arabic}

\include{mq}

\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{plain}
\bibliography{99book}

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: