hgbook
annotate en/00book.tex @ 55:3f0176046fdc
Document qfold.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Aug 02 19:43:53 2006 -0700 (2006-08-02) |
parents | c0979ed1eabd |
children | fa8bafe467cb |
rev | line source |
---|---|
bos@26 | 1 % The use of oneside here is a temporary hack; \marginpar entries |
bos@26 | 2 % don't show up on odd pages of PDF output without it. Sigh. |
bos@21 | 3 \documentclass[oneside]{book} |
bos@5 | 4 \usepackage{enumerate} |
bos@0 | 5 \usepackage{fullpage} |
bos@16 | 6 \usepackage{makeidx} |
bos@11 | 7 \usepackage{ifpdf} |
bos@11 | 8 \usepackage{graphicx} |
bos@18 | 9 \usepackage{pslatex} |
bos@3 | 10 \usepackage{fancyvrb} |
bos@5 | 11 % leave hyperref until last |
bos@21 | 12 \usepackage[colorlinks=true,bookmarks=true]{hyperref} |
bos@0 | 13 |
bos@0 | 14 \include{99defs} |
bos@0 | 15 |
bos@0 | 16 \title{Distributed revision control with Mercurial} |
bos@0 | 17 \author{Bryan O'Sullivan} |
bos@29 | 18 \date{Copyright \copyright\ 2006 Bryan O'Sullivan.\\ |
bos@29 | 19 This material may be distributed only subject to the terms and |
bos@29 | 20 conditions set forth in version 1.0 of the Open Publication License. |
bos@29 | 21 Please refer to Appendix~\ref{cha:opl} for the license text.\\ |
bos@29 | 22 This book was prepared from revision \input{build_id}.} |
bos@0 | 23 |
bos@16 | 24 \makeindex |
bos@16 | 25 |
bos@0 | 26 \begin{document} |
bos@0 | 27 |
bos@0 | 28 \maketitle |
bos@0 | 29 |
bos@0 | 30 \addcontentsline{toc}{chapter}{Contents} |
bos@0 | 31 \pagenumbering{roman} |
bos@0 | 32 \tableofcontents |
bos@0 | 33 \listoffigures |
bos@18 | 34 %\listoftables |
bos@0 | 35 |
bos@0 | 36 \pagenumbering{arabic} |
bos@0 | 37 |
bos@26 | 38 \include{preface} |
bos@16 | 39 \include{intro} |
bos@42 | 40 \include{daily} |
bos@34 | 41 \include{hook} |
bos@0 | 42 \include{mq} |
bos@0 | 43 |
bos@5 | 44 \appendix |
bos@16 | 45 \include{license} |
bos@2 | 46 \addcontentsline{toc}{chapter}{Bibliography} |
bos@9 | 47 \bibliographystyle{alpha} |
bos@2 | 48 \bibliography{99book} |
bos@16 | 49 |
bos@16 | 50 \printindex |
bos@2 | 51 |
bos@0 | 52 \end{document} |
bos@0 | 53 |
bos@0 | 54 %%% Local Variables: |
bos@0 | 55 %%% mode: latex |
bos@0 | 56 %%% TeX-master: t |
bos@0 | 57 %%% End: |