view en/00book.tex @ 16:81454425eee9

Progress on a few fronts, mainly indexing and MQ chapter content
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 03 Jul 2006 22:43:52 -0700
parents e9d5b4c3d16b
children e6f4088ebe52
line wrap: on
line source

\documentclass{book}
\usepackage{enumerate}
\usepackage{fullpage}
\usepackage{makeidx}
\usepackage{ifpdf}
\usepackage{graphicx}
\usepackage{newcent}
\usepackage{fancyvrb}
% leave hyperref until last
\usepackage{hyperref}

\include{99defs}

\title{Distributed revision control with Mercurial}
\author{Bryan O'Sullivan}
\date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
  be distributed only subject to the terms and conditions set forth in
  version 1.0 of the Open Publication License. Please refer to
  Appendix~\ref{cha:opl} for the license text.}

\makeindex

\begin{document}

\maketitle

\addcontentsline{toc}{chapter}{Contents}
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables

\pagenumbering{arabic}

\include{intro}
\include{mq}

\appendix
\include{license}
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{alpha}
\bibliography{99book}

\printindex

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: