bos@0: \documentclass{book}
bos@0: \usepackage{fullpage}
bos@0: \usepackage{graphics}
bos@0: \usepackage{newcent}
bos@0: \usepackage{hyperref}
bos@0: 
bos@0: \include{99defs}
bos@0: 
bos@0: \title{Distributed revision control with Mercurial}
bos@0: \author{Bryan O'Sullivan}
bos@0: \date{}
bos@0: 
bos@0: \begin{document}
bos@0: 
bos@0: \maketitle
bos@0: 
bos@0: \addcontentsline{toc}{chapter}{Contents}
bos@0: \pagenumbering{roman}
bos@0: \tableofcontents
bos@0: \listoffigures
bos@0: \listoftables
bos@0: 
bos@0: \pagenumbering{arabic}
bos@0: 
bos@0: \include{mq}
bos@0: 
bos@0: \end{document}
bos@0: 
bos@0: %%% Local Variables: 
bos@0: %%% mode: latex
bos@0: %%% TeX-master: t
bos@0: %%% End: