hgbook

annotate en/00book.tex @ 549:bc14f94e726a

Check in a known-broken example to fix up later - XXX
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jan 29 22:47:34 2009 -0800 (2009-01-29)
parents 4c9b9416cd23
children 5cd47f721686
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@225 12 \usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed
bos@225 13 revision control with Mercurial},pdfsubject={Revision
bos@225 14 control},pdfkeywords={Mercurial, Revision control, Distributed
bos@225 15 revision control},pdfauthor={Bryan O'Sullivan}]{hyperref}
bos@61 16
bos@61 17 \include{99defs}
bos@61 18
bos@177 19 \title{Distributed revision control with Mercurial} \author{Bryan
bos@177 20 O'Sullivan}
bos@148 21 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\
bos@61 22 This material may be distributed only subject to the terms and
bos@61 23 conditions set forth in version 1.0 of the Open Publication License.
bos@61 24 Please refer to Appendix~\ref{cha:opl} for the license text.\\
bos@186 25 This book was prepared from
bos@186 26 \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}}
bos@186 27 using \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.}
bos@61 28
bos@61 29 \makeindex
bos@61 30
bos@61 31 \begin{document}
bos@61 32
bos@61 33 \maketitle
bos@61 34
bos@61 35 \addcontentsline{toc}{chapter}{Contents}
bos@61 36 \pagenumbering{roman}
bos@61 37 \tableofcontents
bos@61 38 \listoffigures
bos@61 39 %\listoftables
bos@61 40
bos@61 41 \pagenumbering{arabic}
bos@61 42
bos@61 43 \include{preface}
bos@61 44 \include{intro}
bos@95 45 \include{tour-basic}
bos@95 46 \include{tour-merge}
bos@108 47 \include{concepts}
bos@61 48 \include{daily}
bos@159 49 \include{collab}
bos@133 50 \include{filenames}
bos@187 51 \include{branch}
bos@124 52 \include{undo}
bos@61 53 \include{hook}
bos@76 54 \include{template}
bos@61 55 \include{mq}
bos@104 56 \include{mq-collab}
bos@223 57 \include{hgext}
bos@61 58
bos@61 59 \appendix
bos@132 60 \include{cmdref}
bos@132 61 \include{mq-ref}
bos@85 62 \include{srcinstall}
bos@61 63 \include{license}
bos@61 64 \addcontentsline{toc}{chapter}{Bibliography}
bos@61 65 \bibliographystyle{alpha}
bos@61 66 \bibliography{99book}
bos@61 67
bos@89 68 \addcontentsline{toc}{chapter}{Index}
bos@61 69 \printindex
bos@61 70
bos@61 71 \end{document}
bos@61 72
bos@61 73 %%% Local Variables:
bos@61 74 %%% mode: latex
bos@61 75 %%% TeX-master: t
bos@61 76 %%% End: