19 lines
232 B
TeX
19 lines
232 B
TeX
|
\documentclass{article}
|
||
|
|
||
|
% Title
|
||
|
\title{Your Title Here}
|
||
|
|
||
|
% Authors
|
||
|
\author{Arne van Iterson}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
|
||
|
\begin{abstract}
|
||
|
Your abstract text here.
|
||
|
\end{abstract}
|
||
|
|
||
|
% Rest of your document goes here
|
||
|
|
||
|
\end{document}
|