Next: Larger book template, Previous: article template, Up: Document templates [Contents][Index]
book
templateThis is a straightforward template for a book. See See Larger book template for a more elaborate one.
\documentclass{book} \title{Book Class Template} \author{Alex Author} \begin{document} \maketitle \chapter{First} Some text. \chapter{Second} Some other text. \section{A subtopic} The end. \end{document}