2.16 The Preamble
The preamble is the part of the source code that comes
after the \documentclass
command and before
\begin
{document} (the start of the
document environment). Only
a few
special commands may be placed in the preamble (such as \title
), and there are a few
special commands that may only go in the preamble (such as \usepackage
).
Nothing that generates text (for example, \maketitle
) may go in the preamble.
\documentclass{...} ⬅ This bit here is the preamble \begin{document}
This book is also available as A4 PDF or 12.8cm x 9.6cm PDF or paperback (ISBN 978-1-909440-00-5).