Initial commit
This commit is contained in:
commit
c650d73153
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
*.pdf
|
||||||
|
*.aux
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.log
|
||||||
|
*.synctex.gz
|
||||||
|
*.out
|
||||||
26
report.tex
Normal file
26
report.tex
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
\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}
|
||||||
Loading…
x
Reference in New Issue
Block a user