little code cleanup

This commit is contained in:
Jonas_Jones 2025-06-06 23:24:44 +02:00
parent 1fcc9c3c11
commit c37e71df07

View file

@ -22,19 +22,15 @@
\pagestyle{fancy} \pagestyle{fancy}
\renewcommand{\headrulewidth}{0.5pt} % Linienbreite anpassen, falls gewünscht \renewcommand{\headrulewidth}{0.5pt} % Linienbreite anpassen, falls gewünscht
\renewcommand{\headrule}{ \renewcommand{\headrule}{
\makebox[\textwidth]{\rule{1.0\textwidth}{0.5pt}} \makebox[\textwidth]{\rule{1.0\textwidth}{0.5pt}}
} }
\usepackage{amsmath} \usepackage{amsmath}
\pagestyle{fancy} \pagestyle{fancy}
\usepackage{diagbox} \usepackage{diagbox}
\usepackage{xfrac} \usepackage{xfrac}
\usepackage{enumerate} % Custom item numbers for enumerations \usepackage{enumerate} % Custom item numbers for enumerations
\usepackage[ruled]{algorithm2e} % Algorithms \usepackage[ruled]{algorithm2e} % Algorithms
\usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments \usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments
\usepackage{listings} % File listings, with syntax highlighting \usepackage{listings} % File listings, with syntax highlighting
\lstset{ \lstset{
basicstyle=\ttfamily, % Typeset listings in monospace font basicstyle=\ttfamily, % Typeset listings in monospace font