Next / Previous / Contents / TCC Help System / NM Tech homepage

4. Overall structure of the document

It is good style to start your document with one or more comment lines (beginning with the “%” comment character) that identify what the document is and who wrote it.

Here is the overall structure of your .tex input file:

% opening comments: who, what, when
%   ...
%
\documentclass[12pt]{report}
\usepackage{nmtthesis2009}
  preamble declarations
\begin{document}
  document body
\end{document}