Notice! This document is currently in Archived status.
The content of this document may be incorrect or outdated.

Print this article Edit this article

LaTeX: Book Template

The following is a LaTeX template for a book.

\documentclass[]{book}    % list options between brackets
\usepackage{} % list packages between braces

\input {preamble} % input user-defined commands

\begin{document}

\frontmatter

\include{titlepg} % include title page
\include{preface} % include preface
\include{other} % include other frontmatter

\mainmatter

\include{latex} % include first chapter
\include{amslatex} % include second chapter
\include{tools} % include third chapter, etc.

\appendix
\include{history} % include first appendix
\include{tables} % include second appendix, etc.

\backmatter

\include{bibliography} % include bibliography
\include{index} % include index

\end{document}

Last Modified: Dec 19, 2016 11:12 am US/Eastern
Created: Aug 22, 2007 11:56 am GMT-4 by admin
JumpURL: