hgbook
annotate en/00book.tex @ 194:a8cc7fa833a3
Add missed files.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Apr 16 14:41:41 2007 -0700 (2007-04-16) |
parents | c54f4c106fd5 |
children | 959357d01607 |
rev | line source |
---|---|
bos@61 | 1 % The use of oneside here is a temporary hack; \marginpar entries |
bos@61 | 2 % don't show up on odd pages of PDF output without it. Sigh. |
bos@61 | 3 \documentclass[oneside]{book} |
bos@61 | 4 \usepackage{enumerate} |
bos@61 | 5 \usepackage{fullpage} |
bos@61 | 6 \usepackage{makeidx} |
bos@61 | 7 \usepackage{ifpdf} |
bos@61 | 8 \usepackage{graphicx} |
bos@61 | 9 \usepackage{pslatex} |
bos@61 | 10 \usepackage{fancyvrb} |
bos@61 | 11 % leave hyperref until last |
bos@61 | 12 \usepackage[colorlinks=true,bookmarks=true]{hyperref} |
bos@61 | 13 |
bos@61 | 14 \include{99defs} |
bos@61 | 15 |
bos@177 | 16 \title{Distributed revision control with Mercurial} \author{Bryan |
bos@177 | 17 O'Sullivan} |
bos@148 | 18 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\ |
bos@61 | 19 This material may be distributed only subject to the terms and |
bos@61 | 20 conditions set forth in version 1.0 of the Open Publication License. |
bos@61 | 21 Please refer to Appendix~\ref{cha:opl} for the license text.\\ |
bos@177 | 22 This book was prepared from revision \input{build_id} of its sources |
bos@177 | 23 using revision \input{hg_id} of Mercurial.} |
bos@61 | 24 |
bos@61 | 25 \makeindex |
bos@61 | 26 |
bos@61 | 27 \begin{document} |
bos@61 | 28 |
bos@61 | 29 \maketitle |
bos@61 | 30 |
bos@61 | 31 \addcontentsline{toc}{chapter}{Contents} |
bos@61 | 32 \pagenumbering{roman} |
bos@61 | 33 \tableofcontents |
bos@61 | 34 \listoffigures |
bos@61 | 35 %\listoftables |
bos@61 | 36 |
bos@61 | 37 \pagenumbering{arabic} |
bos@61 | 38 |
bos@61 | 39 \include{preface} |
bos@61 | 40 \include{intro} |
bos@95 | 41 \include{tour-basic} |
bos@95 | 42 \include{tour-merge} |
bos@108 | 43 \include{concepts} |
bos@61 | 44 \include{daily} |
bos@159 | 45 \include{collab} |
bos@133 | 46 \include{filenames} |
bos@187 | 47 \include{branch} |
bos@124 | 48 \include{undo} |
bos@61 | 49 \include{hook} |
bos@76 | 50 \include{template} |
bos@61 | 51 \include{mq} |
bos@104 | 52 \include{mq-collab} |
bos@61 | 53 |
bos@61 | 54 \appendix |
bos@132 | 55 \include{cmdref} |
bos@132 | 56 \include{mq-ref} |
bos@85 | 57 \include{srcinstall} |
bos@61 | 58 \include{license} |
bos@61 | 59 \addcontentsline{toc}{chapter}{Bibliography} |
bos@61 | 60 \bibliographystyle{alpha} |
bos@61 | 61 \bibliography{99book} |
bos@61 | 62 |
bos@89 | 63 \addcontentsline{toc}{chapter}{Index} |
bos@61 | 64 \printindex |
bos@61 | 65 |
bos@61 | 66 \end{document} |
bos@61 | 67 |
bos@61 | 68 %%% Local Variables: |
bos@61 | 69 %%% mode: latex |
bos@61 | 70 %%% TeX-master: t |
bos@61 | 71 %%% End: |