bos@61: % The use of oneside here is a temporary hack; \marginpar entries bos@61: % don't show up on odd pages of PDF output without it. Sigh. bos@61: \documentclass[oneside]{book} bos@61: \usepackage{enumerate} bos@61: \usepackage{fullpage} bos@61: \usepackage{makeidx} bos@61: \usepackage{ifpdf} bos@61: \usepackage{graphicx} bos@61: \usepackage{pslatex} bos@61: \usepackage{fancyvrb} bos@61: % leave hyperref until last bos@61: \usepackage[colorlinks=true,bookmarks=true]{hyperref} bos@61: bos@61: \include{99defs} bos@61: bos@61: \title{Distributed revision control with Mercurial} bos@61: \author{Bryan O'Sullivan} bos@61: \date{Copyright \copyright\ 2006 Bryan O'Sullivan.\\ bos@61: This material may be distributed only subject to the terms and bos@61: conditions set forth in version 1.0 of the Open Publication License. bos@61: Please refer to Appendix~\ref{cha:opl} for the license text.\\ bos@61: This book was prepared from revision \input{build_id}.} bos@61: bos@61: \makeindex bos@61: bos@61: \begin{document} bos@61: bos@61: \maketitle bos@61: bos@61: \addcontentsline{toc}{chapter}{Contents} bos@61: \pagenumbering{roman} bos@61: \tableofcontents bos@61: \listoffigures bos@61: %\listoftables bos@61: bos@61: \pagenumbering{arabic} bos@61: bos@61: \include{preface} bos@61: \include{intro} bos@95: \include{tour-basic} bos@95: \include{tour-merge} bos@108: \include{concepts} bos@61: \include{daily} bos@61: \include{hook} bos@76: \include{template} bos@61: \include{mq} bos@104: \include{mq-collab} bos@104: \include{mq-ref} bos@61: bos@61: \appendix bos@85: \include{srcinstall} bos@61: \include{license} bos@61: \addcontentsline{toc}{chapter}{Bibliography} bos@61: \bibliographystyle{alpha} bos@61: \bibliography{99book} bos@61: bos@89: \addcontentsline{toc}{chapter}{Index} bos@61: \printindex bos@61: bos@61: \end{document} bos@61: bos@61: %%% Local Variables: bos@61: %%% mode: latex bos@61: %%% TeX-master: t bos@61: %%% End: