summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls')
-rw-r--r--Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls15
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls b/Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls
index 6879b880fce..580c873add9 100644
--- a/Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls
+++ b/Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls
@@ -7,7 +7,7 @@
% Felix Faltin
% E-Mail: ffaltin91@gmail.com
% ----------------------------------------------------------
-% Copyright 2017-2018 Felix Faltin
+% Copyright 2017-2019 Felix Faltin
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -23,8 +23,8 @@
%
% ----------------------------------------------------------
-\newcommand*{\iodhbwm@cls@version}{v1.0}
-\newcommand*{\iodhbwm@cls@date}{2018-12-20}
+\newcommand*{\iodhbwm@cls@version}{v1.0.1}
+\newcommand*{\iodhbwm@cls@date}{2019-01-27}
\newcommand*{\iodhbwm@cls@info}{Inoffical DHBW Mannheim thesis class}
\ProvidesClass{iodhbwm}[%
@@ -297,6 +297,9 @@
}%
}%
}
+% hyperref loads auxhook, which does not work correctly if it is loaded
+% via \AtEndPreamble. So we load it immediately to avoid problems:
+\RequirePackage{auxhook}
% ----------------------------------------------------------
% Format captions and listings
@@ -323,7 +326,7 @@
framexleftmargin=17pt,
}
- \DeclareCaptionFont{DHBWwhite}{\color{DHBW-light}}
+ \DeclareCaptionFont{DHBWlisting}{\color{DHBW-light}}
\DeclareCaptionFont{print}{\color{black}}
\DeclareCaptionFormat{listing}{%
\colorbox{DHBW-red}{%
@@ -368,7 +371,7 @@
format=listing,
singlelinecheck=false,
margin=0pt,
- font={DHBWwhite,sf},
+ font={DHBWlisting,sf},
}%
\lstset{
@@ -474,4 +477,4 @@
}{}
-\endinput \ No newline at end of file
+\endinput