summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls')
-rw-r--r--Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls20
1 files changed, 8 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls b/Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls
index c0dfe1a9fa2..72f6e211106 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.08 (2020/02/10),
+%% This is file `tudapub.cls' version 2.09 (2020/03/09),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{2.08}
-\def\filedate{2020/02/10}
+\def\fileversion{2.09}
+\def\filedate{2020/03/09}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{tudapub}
@@ -468,13 +468,6 @@
}
\setkomafont{pagehead}{\Large\bfseries}
-
- \if@twocolumn
- \edef\sls@evenheadshift{\dim_eval:n {-\marginparwidth-\marginparsep\relax}}
- \let\sls@oddheadshift\sls@evenheadshift
- \let\sls@evenfootshift\sls@evenheadshift
- \let\sls@oddfootshift\sls@evenheadshift
- \fi
\RedeclareLayer[
clone=scrheadings.head.above.line,
background,
@@ -802,8 +795,11 @@ contents={\color{identbarcolor}\rule{\layerwidth}{\layerheight}}
\use:c {Hy@pdfstringtrue}
\tl_gset:Nf \g_TUDa@xmp_title_tl {\@title}
\prop_gput_if_new:Nnx \g_TUDa_MetaData_prop {title} {\tl_to_str:V \g_TUDa@xmp_title_tl}
- \tl_gset:Nf \g_TUDa@xmp_author_tl {\@author}
- \prop_gput_if_new:Nnx \g_TUDa_MetaData_prop {author} {\tl_to_str:V \g_TUDa@xmp_author_tl}
+ \prop_if_in:NnF \g_TUDa_MetaData_prop {author} {
+ \tl_gset:Nx \g_TUDa@xmp_author_tl {\seq_use:Nn \g_TUDa_author_seq {\exp_not:N \sep}}
+ \tl_gset:Nx \g_TUDa@xmp_author_tl {\g_TUDa@xmp_author_tl}
+ \prop_gput:Nnx \g_TUDa_MetaData_prop {author} {\tl_to_str:V \g_TUDa@xmp_author_tl}
+ }
\prop_gput_if_new:Nnn \g_TUDa_MetaData_prop {publisher}{TU~Darmstadt}
\prop_gput_if_new:Nnn \g_TUDa_MetaData_prop {creator}{LaTeX~using~TUDa-CI}
\use:c {pdfx@localcommands}%should be held inside group