Add report template

This commit is contained in:
Tobias Eidelpes 2021-12-09 15:14:18 +01:00
parent a9e05e0907
commit bbeb2a9dd1

33
report.tex Normal file
View File

@ -0,0 +1,33 @@
\documentclass[a4paper,12pt]{article}
\usepackage{geometry}
\usepackage[english]{babel}
\usepackage{microtype}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{graphicx}
\lstdefinestyle{mystyle}{
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}
\setlength{\parindent}{0pt}
\title{File System Report}
\author{Tobias Eidelpes 01527193}
\date{\today}
\begin{document}
\maketitle
\end{document}