summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-10 22:12:16 +0000
committerKarl Berry <karl@freefriends.org>2020-02-10 22:12:16 +0000
commitb814ea176d325bbd2efe7b03cadec07545aa2c77 (patch)
tree828d749bfb4197632eded64ac7f0d1d840b0e11d /Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
parent7c0aaaf9015ab6effaa6536b5906ea9cf44eaee9 (diff)
tuda-ci (10feb20)
git-svn-id: svn://tug.org/texlive/trunk@53749 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls')
-rw-r--r--Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls16
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls b/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
index 70f6ce6cc6d..c0dfe1a9fa2 100644
--- a/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
+++ b/Master/texmf-dist/tex/latex/tuda-ci/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