Example.tex

From Wiki
Jump to navigation Jump to search

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 a simple LaTeX file looks like.

\section {This is a section}

You can have sections, tables, figures and more.

\section{This is another section}

This is another section, with nothing at all inside.

\end{document}