hgbook

diff en/00book.tex @ 57:fa8bafe467cb

Merge with upstream
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Tue Jul 25 00:02:24 2006 -0400 (2006-07-25)
parents b8539d91c84d cbfa08bcf181
children 39ea14398861
line diff
     1.1 --- a/en/00book.tex	Mon Jul 24 23:57:52 2006 -0400
     1.2 +++ b/en/00book.tex	Tue Jul 25 00:02:24 2006 -0400
     1.3 @@ -1,57 +1,58 @@
     1.4 -% The use of oneside here is a temporary hack; \marginpar entries
     1.5 -% don't show up on odd pages of PDF output without it.  Sigh.
     1.6 -\documentclass[oneside]{book}
     1.7 -\usepackage{enumerate}
     1.8 -\usepackage{fullpage}
     1.9 -\usepackage{makeidx}
    1.10 -\usepackage{ifpdf}
    1.11 -\usepackage{graphicx}
    1.12 -\usepackage{pslatex}
    1.13 -\usepackage{fancyvrb}
    1.14 -% leave hyperref until last
    1.15 -\usepackage[colorlinks=true,bookmarks=true]{hyperref}
    1.16 -
    1.17 -\include{99defs}
    1.18 -
    1.19 -\title{Distributed revision control with Mercurial}
    1.20 -\author{Bryan O'Sullivan}
    1.21 -\date{Copyright \copyright\ 2006 Bryan O'Sullivan.\\
    1.22 -  This material may be distributed only subject to the terms and
    1.23 -  conditions set forth in version 1.0 of the Open Publication License.
    1.24 -  Please refer to Appendix~\ref{cha:opl} for the license text.\\
    1.25 -  This book was prepared from revision \input{build_id}.}
    1.26 -
    1.27 -\makeindex
    1.28 -
    1.29 -\begin{document}
    1.30 -
    1.31 -\maketitle
    1.32 -
    1.33 -\addcontentsline{toc}{chapter}{Contents}
    1.34 -\pagenumbering{roman}
    1.35 -\tableofcontents
    1.36 -\listoffigures
    1.37 -%\listoftables
    1.38 -
    1.39 -\pagenumbering{arabic}
    1.40 -
    1.41 -\include{preface}
    1.42 -\include{intro}
    1.43 -\include{concepts}
    1.44 -\include{hook}
    1.45 -\include{mq}
    1.46 -
    1.47 -\appendix
    1.48 -\include{license}
    1.49 -\addcontentsline{toc}{chapter}{Bibliography}
    1.50 -\bibliographystyle{alpha}
    1.51 -\bibliography{99book}
    1.52 -
    1.53 -\printindex
    1.54 -
    1.55 -\end{document}
    1.56 -
    1.57 -%%% Local Variables: 
    1.58 -%%% mode: latex
    1.59 -%%% TeX-master: t
    1.60 -%%% End: 
    1.61 +% The use of oneside here is a temporary hack; \marginpar entries
    1.62 +% don't show up on odd pages of PDF output without it.  Sigh.
    1.63 +\documentclass[oneside]{book}
    1.64 +\usepackage{enumerate}
    1.65 +\usepackage{fullpage}
    1.66 +\usepackage{makeidx}
    1.67 +\usepackage{ifpdf}
    1.68 +\usepackage{graphicx}
    1.69 +\usepackage{pslatex}
    1.70 +\usepackage{fancyvrb}
    1.71 +% leave hyperref until last
    1.72 +\usepackage[colorlinks=true,bookmarks=true]{hyperref}
    1.73 +
    1.74 +\include{99defs}
    1.75 +
    1.76 +\title{Distributed revision control with Mercurial}
    1.77 +\author{Bryan O'Sullivan}
    1.78 +\date{Copyright \copyright\ 2006 Bryan O'Sullivan.\\
    1.79 +  This material may be distributed only subject to the terms and
    1.80 +  conditions set forth in version 1.0 of the Open Publication License.
    1.81 +  Please refer to Appendix~\ref{cha:opl} for the license text.\\
    1.82 +  This book was prepared from revision \input{build_id}.}
    1.83 +
    1.84 +\makeindex
    1.85 +
    1.86 +\begin{document}
    1.87 +
    1.88 +\maketitle
    1.89 +
    1.90 +\addcontentsline{toc}{chapter}{Contents}
    1.91 +\pagenumbering{roman}
    1.92 +\tableofcontents
    1.93 +\listoffigures
    1.94 +%\listoftables
    1.95 +
    1.96 +\pagenumbering{arabic}
    1.97 +
    1.98 +\include{preface}
    1.99 +\include{intro}
   1.100 +\include{concepts}
   1.101 +\include{daily}
   1.102 +\include{hook}
   1.103 +\include{mq}
   1.104 +
   1.105 +\appendix
   1.106 +\include{license}
   1.107 +\addcontentsline{toc}{chapter}{Bibliography}
   1.108 +\bibliographystyle{alpha}
   1.109 +\bibliography{99book}
   1.110 +
   1.111 +\printindex
   1.112 +
   1.113 +\end{document}
   1.114 +
   1.115 +%%% Local Variables: 
   1.116 +%%% mode: latex
   1.117 +%%% TeX-master: t
   1.118 +%%% End: