bos@26: % The use of oneside here is a temporary hack; \marginpar entries bos@26: % don't show up on odd pages of PDF output without it. Sigh. bos@21: \documentclass[oneside]{book} bos@5: \usepackage{enumerate} bos@0: \usepackage{fullpage} bos@16: \usepackage{makeidx} bos@11: \usepackage{ifpdf} bos@11: \usepackage{graphicx} bos@18: \usepackage{pslatex} bos@3: \usepackage{fancyvrb} bos@5: % leave hyperref until last bos@21: \usepackage[colorlinks=true,bookmarks=true]{hyperref} bos@0: bos@0: \include{99defs} bos@0: bos@0: \title{Distributed revision control with Mercurial} bos@0: \author{Bryan O'Sullivan} bos@29: \date{Copyright \copyright\ 2006 Bryan O'Sullivan.\\ bos@29: This material may be distributed only subject to the terms and bos@29: conditions set forth in version 1.0 of the Open Publication License. bos@29: Please refer to Appendix~\ref{cha:opl} for the license text.\\ bos@29: This book was prepared from revision \input{build_id}.} bos@0: bos@16: \makeindex bos@16: 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@18: %\listoftables bos@0: bos@0: \pagenumbering{arabic} bos@0: bos@26: \include{preface} bos@16: \include{intro} bos@42: \include{daily} bos@34: \include{hook} bos@0: \include{mq} bos@0: bos@5: \appendix bos@16: \include{license} bos@2: \addcontentsline{toc}{chapter}{Bibliography} bos@9: \bibliographystyle{alpha} bos@2: \bibliography{99book} bos@16: bos@16: \printindex bos@2: bos@0: \end{document} bos@0: bos@0: %%% Local Variables: bos@0: %%% mode: latex bos@0: %%% TeX-master: t bos@0: %%% End: