Example.tex

From Wiki
Revision as of 09:00, 29 July 2009 by Admin2 (talk | contribs) (New page: % Example LaTeX \documentclass{article} \begin{document} \title{LaTeX Example} \author{Wiki} \maketitle This is a LaTeX simple example to see how does a simple LaTeX file look like. \sec...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

% Example LaTeX \documentclass{article} \begin{document} \title{LaTeX Example} \author{Wiki} \maketitle

This is a LaTeX simple example to see how does a simple LaTeX file look like.

\section {This is a section}

You can have sections, and tables, and figures and more.

\section{This is another section}

This is another section, with nothing at all inside.

\end{document}