Skip to content
Snippets Groups Projects
Commit dc48b6c8 authored by Stephan Mitte's avatar Stephan Mitte :swimmer_tone2:
Browse files

Merge branch '1-vorlage-anpassen' into 'main'

Resolve "Vorlage Anpassen"

Closes #1

See merge request !1
parents 34fd8830 9f998d60
No related branches found
No related tags found
1 merge request!1Resolve "Vorlage Anpassen"
Showing
with 92 additions and 0 deletions
*.aux
*.bbl
*.bcf
*.blg
*.log
*.nav
*.out
*.run.xml
*.snm
*.toc
*.vrb
%! TEX program = lualatex
%! BIB program = biber
\documentclass[DIV=13,fontsize=11pt,ngerman]{scrartcl}
% DIV 13 ist meh, siehe Warnung, aber vorgegeben durch Vorlage
\KOMAoptions{parskip = half}
\usepackage{polyglossia}
\setdefaultlanguage[babelshorthands = true]{german}
\usepackage[autostyle = true, german = quotes]{csquotes}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{diagbox} % Für diagonal-getrennte Zelle in Tabellen
% \usepackage{amsthm}
% \theoremstyle{definition}
% \newtheorem{definition}{Definition}[section]
% \newtheorem{notation}[definition]{Notation}
% \newtheorem{example}{Beispiel}[section]
% \theoremstyle{remark}
% \newtheorem*{remark}{Bemerkung}
% \theoremstyle{plain}
% \newtheorem{satz}{Satz}[section]
% \newtheorem{lemma}[satz]{Lemma}
% \newtheorem{proposition}[satz]{Behauptung}
\usepackage{graphicx}
% \usepackage{subfig}
\usepackage{xcolor}
\usepackage{tikz}
% \usetikzlibrary{arrows.meta,petri,positioning,shapes,shapes.arrows}
\usepackage[
backend=biber,
bibstyle=numeric,
citestyle=numeric-comp,
% bibstyle=ieee,
% citestyle=ieee,
date=year
]{biblatex}
\setcounter{biburllcpenalty}{7000}
\addbibresource{chessbibliography.bib}
% \usepackage{rotating}
% \usepackage{array}
% \usepackage{multirow}
\usepackage{booktabs}
% \newcolumntype{R}[1]{>{\begin{turn}{90}\begin{minipage}{#1}}l%
% <{\end{minipage}\end{turn}}%
% }
\usepackage{enumitem}
\usepackage[
bookmarksnumbered = true,
colorlinks = true,
citecolor = black,
linkcolor = black,
pdftitle = {DMML Bericht CHESS},
pdfauthor = {Felix Feist and Erik Jonas Hartnick and Stephan Mitte},
urlcolor = blue!70!cyan
]{hyperref}
\input{assets/python_lstlisting} % Style setup for python lstlisting
\title{Replikation und Reproduktion von CHESS}
\subtitle{Data Mining and Machine Learning}
%\head{Titel ersetzen und Sub-Titel streichen.}
\author{Felix Feist, Erik Jonas Hartnick und Stephan Mitte}
\date{31. März 2025}
\begin{document}
\maketitle
\input{content/01Einleitung}
\input{content/02Umfang}
\input{content/03Methoden}
\input{content/04Ergebnisse}
\input{content/05Diskussion}
\input{content/06Kommunikation}
\printbibliography
% Notizen für später zur Formatierung:
% - cites am Satzende dem typischen anpassen, erst eckige Klammern, dann Punkt \cite{Talaei}.
% - von IEEE citestyle & bibstyle zu numeric-comp citestyle & numeric bibstyle wechseln
% - Begriffhervorhebungen einheitlich: kursiv oder fett? ggf. Höchstens Überschriften
% - \paragraph und \minisec sinnvoll einsetzen, nicht zu sehr mischen
\end{document}
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment