27 lines
343 B
TeX
27 lines
343 B
TeX
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{geometry}
|
|
\usepackage[english]{babel}
|
|
\usepackage{microtype}
|
|
\usepackage{hyperref}
|
|
|
|
\setlength{\parindent}{0pt}
|
|
|
|
\title{RAM Report}
|
|
\author{Tobias Eidelpes 01527193}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section{Introduction}
|
|
|
|
|
|
\section{Findings}
|
|
|
|
|
|
\section{Analysis}
|
|
|
|
|
|
\end{document}
|