diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-10 21:20:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-10 21:20:57 +0000 |
commit | 01ea6963d7c820da4b3a62d375e83a21f9f5fe91 (patch) | |
tree | 3bce2b0f116b4a5ec02bc7a7862c67e323facc79 /Master/texmf-dist/tex/latex/tuda-ci/tudapub.cls | |
parent | 14870f540d9edd1b21a301f7849aa2dc6e1f8a0c (diff) |
tuda-ci (10mar20)
git-svn-id: svn://tug.org/texlive/trunk@54226 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.cls | 20 |
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 |