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