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}
|
||||
\renewcommand{\headrulewidth}{0.5pt} % Linienbreite anpassen, falls gewünscht
|
||||
\renewcommand{\headrule}{
|
||||
\makebox[\textwidth]{\rule{1.0\textwidth}{0.5pt}}
|
||||
\makebox[\textwidth]{\rule{1.0\textwidth}{0.5pt}}
|
||||
}
|
||||
\usepackage{amsmath}
|
||||
\pagestyle{fancy}
|
||||
\usepackage{diagbox}
|
||||
\usepackage{xfrac}
|
||||
|
||||
\usepackage{enumerate} % Custom item numbers for enumerations
|
||||
|
||||
\usepackage[ruled]{algorithm2e} % Algorithms
|
||||
|
||||
\usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments
|
||||
|
||||
\usepackage{listings} % File listings, with syntax highlighting
|
||||
\lstset{
|
||||
basicstyle=\ttfamily, % Typeset listings in monospace font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue