summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tuda-ci/tex/tudapub.cls
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-11 03:01:36 +0000
committerNorbert Preining <norbert@preining.info>2020-02-11 03:01:36 +0000
commita2dd5021cc27056722b5f2159abdcff8d4f75399 (patch)
treeecca57b0139c3a4cdec8c9e23b138d5ad7efeeda /macros/latex/contrib/tuda-ci/tex/tudapub.cls
parent3e399d8526bd786d65f34c90728b33d02814da00 (diff)
CTAN sync 202002110301
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