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{darkgreen}{rgb}{0,.5,0}
|
||||||
\definecolor{darkblue}{rgb}{0,0,.5}
|
\definecolor{darkblue}{rgb}{0,0,.5}
|
||||||
|
|
||||||
|
\usepackage{enumerate}
|
||||||
|
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\hypersetup{%
|
\hypersetup{%
|
||||||
colorlinks=true,%
|
colorlinks=true,%
|
||||||
@ -52,6 +54,7 @@
|
|||||||
\usepackage{paralist}
|
\usepackage{paralist}
|
||||||
|
|
||||||
% Tabellen
|
% Tabellen
|
||||||
|
\usepackage{booktabs}
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
\usepackage{multicol}
|
\usepackage{multicol}
|
||||||
@ -60,11 +63,13 @@
|
|||||||
\usetikzlibrary{%
|
\usetikzlibrary{%
|
||||||
arrows,%
|
arrows,%
|
||||||
shapes,%
|
shapes,%
|
||||||
arrows.meta%
|
arrows.meta,%
|
||||||
automata%
|
automata,%
|
||||||
positioning
|
positioning
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\usepackage{eurosym}
|
||||||
|
|
||||||
% Eigene Nummerierung der Kapitel
|
% Eigene Nummerierung der Kapitel
|
||||||
\renewcommand\thesection{Aufgabe~\arabic{section}}
|
\renewcommand\thesection{Aufgabe~\arabic{section}}
|
||||||
\renewcommand*{\thesubsection}{\arabic{section}.\arabic{subsection}}
|
\renewcommand*{\thesubsection}{\arabic{section}.\arabic{subsection}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user