hgbook

diff en/00book.tex @ 5:faa29ca23fc8

Add OPL license.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Jun 25 22:44:24 2006 -0700 (2006-06-25)
parents 906d9021f9e5
children 76fc489c0e0b
line diff
     1.1 --- a/en/00book.tex	Sat Jun 24 17:42:40 2006 -0700
     1.2 +++ b/en/00book.tex	Sun Jun 25 22:44:24 2006 -0700
     1.3 @@ -1,15 +1,20 @@
     1.4  \documentclass{book}
     1.5 +\usepackage{enumerate}
     1.6  \usepackage{fullpage}
     1.7  \usepackage{graphics}
     1.8  \usepackage{newcent}
     1.9  \usepackage{fancyvrb}
    1.10 +% leave hyperref until last
    1.11  \usepackage{hyperref}
    1.12  
    1.13  \include{99defs}
    1.14  
    1.15  \title{Distributed revision control with Mercurial}
    1.16  \author{Bryan O'Sullivan}
    1.17 -\date{}
    1.18 +\date{Copyright \copyright\ 2006 Bryan O'Sullivan. This material may
    1.19 +  be distributed only subject to the terms and conditions set forth in
    1.20 +  version 1.0 of the Open Publication License. Please refer to
    1.21 +  Appendix~\ref{cha:opl} for the license text.}
    1.22  
    1.23  \begin{document}
    1.24  
    1.25 @@ -25,9 +30,11 @@
    1.26  
    1.27  \include{mq}
    1.28  
    1.29 +\appendix
    1.30  \addcontentsline{toc}{chapter}{Bibliography}
    1.31  \bibliographystyle{plain}
    1.32  \bibliography{99book}
    1.33 +\include{license}
    1.34  
    1.35  \end{document}
    1.36