aboutsummaryrefslogtreecommitdiff
path: root/doc/class-assignment/fsverify.tex
blob: ad8ebf23c7cf8905104fcf7359e0372db31a0c9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{csquotes}
\usepackage[left=2.50cm, right=2.50cm, top=2.50cm, bottom=2.50cm]{geometry}
\usepackage[german]{babel}
\usepackage{svg}
\usepackage{setspace}
\usepackage{tocbibind}
\usepackage[style=reading,backend=bibtex]{biblatex}

\hypersetup{
	colorlinks   = true,    % Colours links instead of ugly boxes
	urlcolor     = cyan,    % Colour for external hyperlinks
	linkcolor    = cyan,    % Colour of internal links
	citecolor    = black      % Colour of citations
}
\title{fsverify}
\author{-}
\setstretch{1.5}
\begin{document}
\pagenumbering{gobble}
\include{Title}
\clearpage
\newpage
\tableofcontents
\pagenumbering{arabic}
\newpage
\section{Idee}
\input{idee/idee}
\section{Realisierung}
\input{realisierung/realisierung}
\end{document}

%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% End: