view en/00book.tex @ 5:faa29ca23fc8

Add OPL license.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 25 Jun 2006 22:44:24 -0700
parents 906d9021f9e5
children 76fc489c0e0b
line wrap: on
line source

\documentclass{book}
\usepackage{enumerate}
\usepackage{fullpage}
\usepackage{graphics}
\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.}

\begin{document}

\maketitle

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

\pagenumbering{arabic}

\include{mq}

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

\end{document}

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