summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tuda-ci/tex/tudapub.cls
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-11 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2020-03-11 03:01:11 +0000
commit5412d52974c365e2d5bc1a8320816a729f7c10ab (patch)
tree5c8cee6076f9589a9d372c0ee08d16210251ac9a /macros/latex/contrib/tuda-ci/tex/tudapub.cls
parent877268a0de707a979be934d888518f6cc02d73a6 (diff)
CTAN sync 202003110301
Diffstat (limited to 'macros/latex/contrib/tuda-ci/tex/tudapub.cls')
-rw-r--r--macros/latex/contrib/tuda-ci/tex/tudapub.cls20
1 files changed, 8 insertions, 12 deletions
diff --git a/macros/latex/contrib/tuda-ci/tex/tudapub.cls b/macros/latex/contrib/tuda-ci/tex/tudapub.cls
index c0dfe1a9fa..72f6e21110 100644
--- a/macros/latex/contrib/tuda-ci/tex/tudapub.cls
+++ b/macros/latex/contrib/tuda-ci/tex/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