aboutsummaryrefslogtreecommitdiff
path: root/doc/class-assignment/fsverify.tex
blob: d51f743f3fb2bda780149efc2467bd5515d21643 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\documentclass[12pt,a4paper]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[left=2.50cm, right=2.50cm, top=2.50cm, bottom=2.50cm]{geometry}
\usepackage[german]{babel}
\usepackage{setspace}
\usepackage{tocbibind}
\usepackage{minted}
\usepackage{enumitem}
\usepackage{microtype}
\usepackage{aliascnt,ccaption}
\usepackage[plainpages=false]{hyperref}
\setlist[description]{style=nextline}

\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
}

\newaliascnt{figurealt}{figure}% New alias counter for figure float
\aliascntresetthe{figurealt}
\makeatletter
\renewcommand{\contcaption}{%
  \expandafter\addtocounter\expandafter{\@captype alt}{\m@ne}% Step alias cntr back
  \expandafter\refstepcounter\expandafter{\@captype alt}% Make reference
  \@contcaption\@captype}
\makeatother

\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}
\section{Reflexion}
\input{reflexion/reflexion}
\bigbreak
\newpage
\includegraphics{by-sa.pdf}\\
This Document is licensed under CC-BY-SA 4.0. To view a copy of this license, visit\\
\url{https://creativecommons.org/licenses/by-sa/4.0/}\\
The source for this document can be found at\\ \url{https://github.com/axtloss/fsverify/tree/main/doc/class-assignment}
\end{document}

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