forked from klausuren/klausuren-allgemein
Add eurosym and booktabs package
This commit is contained in:
parent
78c604973d
commit
0d84e84bfa
@ -33,6 +33,8 @@
|
||||
\definecolor{darkgreen}{rgb}{0,.5,0}
|
||||
\definecolor{darkblue}{rgb}{0,0,.5}
|
||||
|
||||
\usepackage{enumerate}
|
||||
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{%
|
||||
colorlinks=true,%
|
||||
@ -52,6 +54,7 @@
|
||||
\usepackage{paralist}
|
||||
|
||||
% Tabellen
|
||||
\usepackage{booktabs}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{longtable}
|
||||
\usepackage{multicol}
|
||||
@ -60,11 +63,13 @@
|
||||
\usetikzlibrary{%
|
||||
arrows,%
|
||||
shapes,%
|
||||
arrows.meta%
|
||||
automata%
|
||||
arrows.meta,%
|
||||
automata,%
|
||||
positioning
|
||||
}
|
||||
|
||||
\usepackage{eurosym}
|
||||
|
||||
% Eigene Nummerierung der Kapitel
|
||||
\renewcommand\thesection{Aufgabe~\arabic{section}}
|
||||
\renewcommand*{\thesubsection}{\arabic{section}.\arabic{subsection}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user