little code cleanup
This commit is contained in:
parent
1fcc9c3c11
commit
c37e71df07
1 changed files with 1 additions and 5 deletions
6
main.tex
6
main.tex
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue