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