Minimal LaTeX file

An example LaTeX source file for writing a jounal article.

\documentclass[a4paper,11pt]{article}

\author{Selinap}
\title{Very simple article}

\begin{document}

%generates the title
\maketitle

% insert table of contents
\tableofcontents

\section{Introduction}
The intro will be here.

\section{Conclusion}
\ldots{} and it ends here.

\end{document}

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>