changes to folder structure

This commit is contained in:
2024-07-07 23:43:10 +02:00
parent 5b43a7f96e
commit 7cf67f5aa1
8 changed files with 230 additions and 99 deletions

View File

@@ -14,8 +14,25 @@
\usepackage{enumerate}
\usepackage{csquotes}
\usepackage{tabularray}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{caption}
\captionsetup[wrapfigure]{format=plain, justification=justified, singlelinecheck=false}
\usepackage{wrapfig}
\usepackage{tocbibind}
\usepackage{subcaption}
\definecolor{bg}{rgb}{0.95,0.95,0.95}
\usepackage{minted}
\setminted{
fontsize=\footnotesize,
linenos,
bgcolor=bg,
}
\usepackage{tcolorbox}
% Kopfzeile
\usepackage[headsepline,manualmark]{scrlayer-scrpage}
@@ -28,54 +45,6 @@
% Seitenspiegel
\usepackage[left=25mm,right=20mm,top=25mm,bottom=25mm]{geometry}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{codeorange}{rgb}{1,0.5,0}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\renewcommand{\lstlistingname}{Code-Beispiel}
\lstdefinelanguage{TypeScript}{
sensitive=true,
morecomment=[l]{//},
morecomment=[s]{/*}{*/},
morestring=[b]",
keywords=[1]{let, const, break, case, catch, class, const, continue, debugger, default, delete, do, else, enum, export, extends, finally, for, function, if, import, in, instanceof, new, return, super, switch, this, throw, try, typeof, var, void, while, with},
keywordstyle=[1]\color{blue},
keywords=[2]{true, false, null,console},
keywordstyle=[2]\color{codepurple},
keywords=[3]{string, number, boolean, any, void},
keywordstyle=[3]\color{codeorange}\bfseries,
identifierstyle=\color{black},
commentstyle=\color{gray}\textit,
stringstyle=\color{codegreen},
morestring=[b]',
morestring=[b]`,
}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{blue},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}
% Literatur
\usepackage[backend=biber, %% Hilfsprogramm "biber" (statt "biblatex" oder "bibtex")
style=numeric, %% Zitierstil (siehe Dokumentation, bitte mit Betreuer absprechen)
@@ -89,6 +58,7 @@
% Grafiken
\usepackage{graphicx} % Grafiken einfügen (pdf,png - aber jpg vermeiden)
\graphicspath{{./Bilder/}} % Pfad zu den Bildern
\usepackage{lipsum} % For placeholder text, you can remove this and add your text
% Tabellen
\usepackage{booktabs} % bessere Gestaltung von Tabellen
@@ -97,7 +67,9 @@
% Koma-Script Kompatibilität
\usepackage{scrhack}
% 1.5 Zeilenabstand
\usepackage{setspace}
\onehalfspacing
% Das Dokument selbst mit seinen Bestandteilen
% --------------------------------------------
@@ -113,12 +85,16 @@
\listoftables % Tabellenverzeichnis
\clearpage
% ----------------------------------------------
\clearpairofpagestyles % Leere bestehende Kopf- und Fußzeilen
\cfoot*{\pagemark} % Seitenzahl unten in der Mitte
\mainmatter % die einzelnen Kapitel, bei Bedarf weitere *.tex Dateien erzeugen und hier einbinden
\input{./Bestandteile/main}
\input{./Bestandteile/strukturImCode}
\input{./Bestandteile/verhaltenImCode}
\input{./Bestandteile/sicherheit}
% ----------------------------------------------
\backmatter
\printbibliography
\printbibliography[heading=bibintoc]
\input{./Bestandteile/erklaerung} % Erklärungen - Unterschreiben nicht vergessen!