summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-25 20:55:22 +0000
committerKarl Berry <karl@freefriends.org>2020-04-25 20:55:22 +0000
commitf4c297d73515f6f44cf514427562fd57aa9f2057 (patch)
treee7f3be4f73e78d78868eaa543b075272413c2194 /Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
parente6ef624d41c49a62e8b2d8e051b4d2cb8dc1ff46 (diff)
tuda-ci (25apr20)
git-svn-id: svn://tug.org/texlive/trunk@54878 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, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls b/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
index 72f6e211106..de7e72237b3 100644
--- a/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
+++ b/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
@@ -1,4 +1,4 @@
-%% This is file `tudapub.cls' version 2.09 (2020/03/09),
+%% This is file `tudapub.cls' version 2.10 (2020/04/25),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{2.09}
-\def\filedate{2020/03/09}
+\def\fileversion{2.10}
+\def\filedate{2020/04/25}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{tudapub}
@@ -417,8 +417,8 @@
\setkomafont{disposition}{\sffamily\bfseries}
\setkomafont{pageheadfoot}{\sffamily\small}
\setkomafont{pagenumber}{}
-\addtokomafont{captionlabel}{\accentfont}
-\addtokomafont{caption}{\accentfont}
+\addtokomafont{captionlabel}{\sffamily}
+\addtokomafont{caption}{\sffamily}
\KOMAoptions{footsepline=.5\c_TUDa_smallrule_dim}
@@ -1164,12 +1164,12 @@ contents={\color{identbarcolor}\rule{\layerwidth}{\layerheight}}
%Anpassungen marginpar
\cs_set_eq:NN\TUDa_orig@marginpar:\marginpar
-\newkomafont{marginpar}{\color{textaccentcolor}\accentfont}
+\newkomafont{marginpar}{\accentfont\color{textaccentcolor}}
\RenewDocumentCommand{\marginpar}{om}{
\IfNoValueTF{#1}{
- \TUDa_orig@marginpar:{\usekomafont{marginpar}#2}
+ \TUDa_orig@marginpar:{\leavevmode\usekomafont{marginpar}#2}
}{
- \TUDa_orig@marginpar:[\usekomafont{marginpar}#1]{\usekomafont{marginpar}#2}
+ \TUDa_orig@marginpar:[\leavevmode\usekomafont{marginpar}#1]{\leavevmode\usekomafont{marginpar}#2}
}
}