hgbook
diff en/00book.tex @ 68:c574ce277a2b
Mostly random attempt to see if fiddling with the child will help the parent.
Motivated by problems people are having on Debian sid and FreeBSD.
Motivated by problems people are having on Debian sid and FreeBSD.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Aug 07 15:45:08 2006 -0700 (2006-08-07) |
parents | fa8bafe467cb |
children | df88df78288d |
line diff
1.1 --- a/en/00book.tex Tue Jul 25 00:02:24 2006 -0400 1.2 +++ b/en/00book.tex Mon Aug 07 15:45:08 2006 -0700 1.3 @@ -1,58 +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{daily} 1.45 -\include{hook} 1.46 -\include{mq} 1.47 - 1.48 -\appendix 1.49 -\include{license} 1.50 -\addcontentsline{toc}{chapter}{Bibliography} 1.51 -\bibliographystyle{alpha} 1.52 -\bibliography{99book} 1.53 - 1.54 -\printindex 1.55 - 1.56 -\end{document} 1.57 - 1.58 -%%% Local Variables: 1.59 -%%% mode: latex 1.60 -%%% TeX-master: t 1.61 -%%% End: 1.62 +% The use of oneside here is a temporary hack; \marginpar entries 1.63 +% don't show up on odd pages of PDF output without it. Sigh. 1.64 +\documentclass[oneside]{book} 1.65 +\usepackage{enumerate} 1.66 +\usepackage{fullpage} 1.67 +\usepackage{makeidx} 1.68 +\usepackage{ifpdf} 1.69 +\usepackage{graphicx} 1.70 +\usepackage{pslatex} 1.71 +\usepackage{fancyvrb} 1.72 +% leave hyperref until last 1.73 +\usepackage[colorlinks=true,bookmarks=true]{hyperref} 1.74 + 1.75 +\include{99defs} 1.76 + 1.77 +\title{Distributed revision control with Mercurial} 1.78 +\author{Bryan O'Sullivan} 1.79 +\date{Copyright \copyright\ 2006 Bryan O'Sullivan.\\ 1.80 + This material may be distributed only subject to the terms and 1.81 + conditions set forth in version 1.0 of the Open Publication License. 1.82 + Please refer to Appendix~\ref{cha:opl} for the license text.\\ 1.83 + This book was prepared from revision \input{build_id}.} 1.84 + 1.85 +\makeindex 1.86 + 1.87 +\begin{document} 1.88 + 1.89 +\maketitle 1.90 + 1.91 +\addcontentsline{toc}{chapter}{Contents} 1.92 +\pagenumbering{roman} 1.93 +\tableofcontents 1.94 +\listoffigures 1.95 +%\listoftables 1.96 + 1.97 +\pagenumbering{arabic} 1.98 + 1.99 +\include{preface} 1.100 +\include{intro} 1.101 +%\include{concepts} 1.102 +\include{daily} 1.103 +\include{hook} 1.104 +\include{mq} 1.105 + 1.106 +\appendix 1.107 +\include{license} 1.108 +\addcontentsline{toc}{chapter}{Bibliography} 1.109 +\bibliographystyle{alpha} 1.110 +\bibliography{99book} 1.111 + 1.112 +\printindex 1.113 + 1.114 +\end{document} 1.115 + 1.116 +%%% Local Variables: 1.117 +%%% mode: latex 1.118 +%%% TeX-master: t 1.119 +%%% End: