A simple template for an article.
\documentclass{article} \title{Article Class Template} \author{Alex Author} \begin{document} \maketitle \section{First section} Some text. \subsection{First section, first subsection} Additional text. \section{Second section} Some more text. \end{document}
© 2007–2018 Karl Berry
Public Domain Software
http://latexref.xyz/article-template.html