book
template ¶This is a straightforward template for a book. 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}