Document Classes
Some comments about document classes- Book: The following listing shows the typical layout of a book.
% ... \begin{document} % switches to roman page numbering and clears double page \frontmatter % ... % switches to arabic page numbering and clears double page \mainmatter % ... \backmatter and clears page or double page % ... \end{document} - Sectioning
See Sectioning



