summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tuda-ci/tex/tudapub.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tuda-ci/tex/tudapub.cls')
-rw-r--r--macros/latex/contrib/tuda-ci/tex/tudapub.cls16
1 files changed, 10 insertions, 6 deletions
diff --git a/macros/latex/contrib/tuda-ci/tex/tudapub.cls b/macros/latex/contrib/tuda-ci/tex/tudapub.cls
index 70f6ce6cc6..c0dfe1a9fa 100644
--- a/macros/latex/contrib/tuda-ci/tex/tudapub.cls
+++ b/macros/latex/contrib/tuda-ci/tex/tudapub.cls
@@ -1,9 +1,9 @@
-%% This is file `tudapub.cls' version 2.07 (2020/01/28),
+%% This is file `tudapub.cls' version 2.08 (2020/02/10),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
%%
-%% Copyright (C) 2018--2019 by Marei Peischl <marei@peitex.de>
+%% Copyright (C) 2018--2020 by Marei Peischl <marei@peitex.de>
%%
%% ============================================================================
%% This work may be distributed and/or modified under the
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{2.07}
-\def\filedate{2020/01/28}
+\def\fileversion{2.08}
+\def\filedate{2020/02/10}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{tudapub}
@@ -1152,11 +1152,11 @@ contents={\color{identbarcolor}\rule{\layerwidth}{\layerheight}}
}
\bool_if:NT \l_tmpa_bool {
\scr@ifundefinedorrelax{chapter}{%
- \iftocfeature{toc}{leveldown}
+ \Iftocfeature{toc}{leveldown}
{\subsection*}
{\section*}
}{
- \iftocfeature{toc}{leveldown}
+ \Iftocfeature{toc}{leveldown}
{\section*}
{\chapter*}
} {\abstractname}
@@ -1234,6 +1234,10 @@ contents={\color{identbarcolor}\rule{\layerwidth}{\layerheight}}
Either~you~need~to~recompile~your~document~or~add~a~label~using~\string\IMRADlabel.
}
+%backwards compatibility for KOMA-Script
+\cs_if_exist:NF \Iftocfeature{
+ \let\Iftocfeature\iftocfeature
+}
\endinput
%End of class tudapub.cls