EV6_HW_Imp/doc/main.tex
2024-03-07 10:43:14 +01:00

20 lines
252 B
TeX

\documentclass{article}
% Title
\title{Your Title Here}
% Authors
\author{Tom Selier}
\author{Arne van Iterson}
\begin{document}
\maketitle
\begin{abstract}
Your abstract text here.
\end{abstract}
% Rest of your document goes here
\end{document}