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@225: \usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed bos@225: revision control with Mercurial},pdfsubject={Revision bos@225: control},pdfkeywords={Mercurial, Revision control, Distributed bos@225: revision control},pdfauthor={Bryan O'Sullivan}]{hyperref} bos@61: bos@61: \include{99defs} bos@61: bos@177: \title{Distributed revision control with Mercurial} \author{Bryan bos@177: O'Sullivan} bos@148: \date{Copyright \copyright\ 2006, 2007 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@186: This book was prepared from bos@186: \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}} bos@186: using \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.} 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@550: \include{ch00-preface} bos@550: \include{ch01-intro} bos@550: \include{ch02-tour-basic} bos@550: \include{ch03-tour-merge} bos@550: \include{ch04-concepts} bos@550: \include{ch05-daily} bos@550: \include{ch06-collab} bos@550: \include{ch07-filenames} bos@550: \include{ch08-branch} bos@550: \include{ch09-undo} bos@550: \include{ch10-hook} bos@550: \include{ch11-template} bos@550: \include{ch12-mq} bos@550: \include{ch13-mq-collab} bos@550: \include{ch14-hgext} bos@61: bos@61: \appendix bos@550: \include{appA-cmdref} bos@550: \include{appB-mq-ref} bos@550: \include{appC-srcinstall} bos@550: \include{appD-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: