19 lines
221 B
TeX
19 lines
221 B
TeX
\documentclass[]{article}
|
|
|
|
%opening
|
|
\title{A title}
|
|
\author{Joe Foley}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
The abstract goes here.
|
|
\end{abstract}
|
|
|
|
\section{Section}
|
|
|
|
Some text
|
|
\end{document}
|