Example.tex: Difference between revisions

From Wiki
Jump to navigation Jump to search
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...
 
No edit summary
Line 1: Line 1:
go back to [[Main Page]], [[Chemistry & More]], [[Writing Tips]], [[Software for writing]], [[LaTeX]]
% Example LaTeX
% Example LaTeX
\documentclass{article}
\documentclass{article}

Revision as of 09:01, 29 July 2009

go back to Main Page, Chemistry & More, Writing Tips, Software for writing, LaTeX


% 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}