summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-27 22:48:33 +0000
committerKarl Berry <karl@freefriends.org>2019-01-27 22:48:33 +0000
commit28cba6f445ffb947f79b93b3329f919c95ed39cc (patch)
treed4e974504df254be9f6874bc1c2a3c6a4c036f4c /Master/texmf-dist/tex/latex/iodhbwm/iodhbwm.cls
parentfdfffcf5369f8f6bef5a4c44a46fea5b348ee246 (diff)
iodhbwm (27jan19)
git-svn-id: svn://tug.org/texlive/trunk@49838 c570f23f-e606-0410-a88d-b1316a301751
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