The General Syntax of a LaTeX File

This is a general syntax of a LaTeX file:

\documentclass[options]{class}
% Further global commands and specifications goes here
\begin{document}
% Text mixed with additional commands of local effect goes here
\end{document}

class:
book, report, article, letter, slides

options:
10pt/11pt/12pt, letterpaper/a4paper, twocolumn, twoside, landscape, draft

Related

This entry was posted in LaTeX and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>