summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/tuda-ci/tudathesis.cfg13
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}}