bos@0: \documentclass{book} bos@5: \usepackage{enumerate} bos@0: \usepackage{fullpage} bos@0: \usepackage{graphics} bos@0: \usepackage{newcent} bos@3: \usepackage{fancyvrb} bos@5: % leave hyperref until last 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@5: \date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may bos@5: be distributed only subject to the terms and conditions set forth in bos@5: version 1.0 of the Open Publication License. Please refer to bos@5: Appendix~\ref{cha:opl} for the license text.} 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@5: \appendix bos@2: \addcontentsline{toc}{chapter}{Bibliography} bos@2: \bibliographystyle{plain} bos@2: \bibliography{99book} bos@5: \include{license} bos@2: bos@0: \end{document} bos@0: bos@0: %%% Local Variables: bos@0: %%% mode: latex bos@0: %%% TeX-master: t bos@0: %%% End: