Add report template
This commit is contained in:
parent
a9e05e0907
commit
bbeb2a9dd1
33
report.tex
Normal file
33
report.tex
Normal 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}
|
||||
Loading…
x
Reference in New Issue
Block a user