Starting and Ending

Your input file must contain the following commands as a minimum.

\documentstyle{style}

 \begin{document}
   ... your text goes here ...
 \end{document}

where the style selected is one the valid styles for LaTeX. See Document_Styles within this help file.

You may include other LaTeX commands between the \documentstyle and the \begin{document} commands.