diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-05 21:05:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-05 21:05:47 +0000 |
commit | f6fa706801c1c4d41cc2cf0638b64c8ab70ee413 (patch) | |
tree | aca6f1f5468e251bc287f8447f50a722195fdb03 /Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg | |
parent | 1ebc292490183ae0c538b689402766bdfbc3afd7 (diff) |
tuda-ci (5aug19)
git-svn-id: svn://tug.org/texlive/trunk@51822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg b/Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg index 5cd619b998f..887d08d003f 100644 --- a/Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg +++ b/Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg @@ -1,4 +1,4 @@ -%% This is file `tudathesis.cfg' version 1.00 (2019/07/20), +%% This is file `tudathesis.cfg' version 1.01 (2019/08/05), %% it is part of %% TUDa-CI -- Corporate Design for TU Darmstadt %% ---------------------------------------------------------------------------- @@ -26,8 +26,8 @@ %% %% ============================================================================ %% -\def\fileversion{1.00} -\def\filedate{2019/07/20} +\def\fileversion{1.01} +\def\filedate{2019/08/05} \RequirePackage{expl3} \ProvidesExplFile{tudathesis.cfg} {\filedate}{\fileversion}{Special Features for publication type 'thesis' using TU Darmstadt's Coporate Design (tuda-ci)} @@ -142,6 +142,11 @@ } +\prop_map_inline:Nn \g_TUDa_unknown_clsopts_prop { + \keys_if_exist:nnT {TUDa/thesis} {#1} { + \keys_set:nn {TUDa/thesis} {#1=#2} + } +} \tl_if_empty:NF \g_TUDa_thesis_options_tl {\keys_set:nV {TUDa/thesis} \g_TUDa_thesis_options_tl} @@ -169,7 +174,7 @@ \cs_generate_variant:Nn \TUDa_check_title_data:Nn {cn} \renewcommand*\author[2][]{ - \seq_gset_split:Nnn \g_TUDa_author_seq {\and} {#1} + \seq_gset_split:Nnn \g_TUDa_author_seq {\and} {#2} \tl_if_empty:nTF {#1} {\def\TUDa@signature{#2}} {\def\TUDa@signature{#1}} |