computersci.org
Print     Recent Changes     Search    
Home




LaTeX Reference Manual


Starting and Ending

« Splitting the Input | Table of Contents | Contents »
Your input file must contain the following commands as a minimum:

      \documentclass{class}
      \begin{document}
        … your text goes here …
      \end{document}

where the class selected is one of the valid classes for LaTeX See the overview for details of the various document classes available locally.

You may include other LaTeX commands between the \documentclass and the \begin{document} commands (i.e., in the preamble).

« Splitting the Input | Table of Contents | Contents »

Page last modified on February 06, 2009, at 09:46 AM