hgbook

diff en/00book.tex @ 1:04e469de601e

Early content for chapter on MQ.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jun 23 12:15:38 2006 -0700 (2006-06-23)
parents
children 379a802c0210
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/00book.tex	Fri Jun 23 12:15:38 2006 -0700
     1.3 @@ -0,0 +1,32 @@
     1.4 +\documentclass{book}
     1.5 +\usepackage{fullpage}
     1.6 +\usepackage{graphics}
     1.7 +\usepackage{newcent}
     1.8 +\usepackage{hyperref}
     1.9 +
    1.10 +\include{99defs}
    1.11 +
    1.12 +\title{Distributed revision control with Mercurial}
    1.13 +\author{Bryan O'Sullivan}
    1.14 +\date{}
    1.15 +
    1.16 +\begin{document}
    1.17 +
    1.18 +\maketitle
    1.19 +
    1.20 +\addcontentsline{toc}{chapter}{Contents}
    1.21 +\pagenumbering{roman}
    1.22 +\tableofcontents
    1.23 +\listoffigures
    1.24 +\listoftables
    1.25 +
    1.26 +\pagenumbering{arabic}
    1.27 +
    1.28 +\include{mq}
    1.29 +
    1.30 +\end{document}
    1.31 +
    1.32 +%%% Local Variables: 
    1.33 +%%% mode: latex
    1.34 +%%% TeX-master: t
    1.35 +%%% End: