hgbook

diff 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 Jul 03 22:43:52 2006 -0700 (2006-07-03)
parents e9d5b4c3d16b
children e6f4088ebe52
line diff
     1.1 --- a/en/00book.tex	Thu Jun 29 00:32:35 2006 -0700
     1.2 +++ b/en/00book.tex	Mon Jul 03 22:43:52 2006 -0700
     1.3 @@ -1,6 +1,7 @@
     1.4  \documentclass{book}
     1.5  \usepackage{enumerate}
     1.6  \usepackage{fullpage}
     1.7 +\usepackage{makeidx}
     1.8  \usepackage{ifpdf}
     1.9  \usepackage{graphicx}
    1.10  \usepackage{newcent}
    1.11 @@ -17,6 +18,8 @@
    1.12    version 1.0 of the Open Publication License. Please refer to
    1.13    Appendix~\ref{cha:opl} for the license text.}
    1.14  
    1.15 +\makeindex
    1.16 +
    1.17  \begin{document}
    1.18  
    1.19  \maketitle
    1.20 @@ -29,13 +32,16 @@
    1.21  
    1.22  \pagenumbering{arabic}
    1.23  
    1.24 +\include{intro}
    1.25  \include{mq}
    1.26  
    1.27  \appendix
    1.28 +\include{license}
    1.29  \addcontentsline{toc}{chapter}{Bibliography}
    1.30  \bibliographystyle{alpha}
    1.31  \bibliography{99book}
    1.32 -\include{license}
    1.33 +
    1.34 +\printindex
    1.35  
    1.36  \end{document}
    1.37