42 lines
654 B
TeX

\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{Smartphones Report}
\author{Tobias Eidelpes 01527193}
\date{\today}
\begin{document}
\maketitle
\section{Befund}
\section{Gutachten}
\section{Appendix}
\end{document}