\documentclass{manual} % XXX need a better title \title{Python User Guide} \input{boilerplate} \makeindex \begin{document} \maketitle \ifhtml \chapter*{Front Matter\label{front}} \fi \input{copyright} \begin{abstract} This manual provides a concise overview of Python's syntax and semantics using simple explanations and helpful examples. It doesn't try to be exact or complete; many details are left to the \citetitle[../ref/ref.html]{Python Reference Guide} for the sake of readability. \end{abstract} \tableofcontents % XXX more chapters here \input{keywords} \appendix \chapter{History and License} \input{license} \input{userguide.ind} \end{document}