summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-03 20:50:11 +0000
committerKarl Berry <karl@freefriends.org>2021-06-03 20:50:11 +0000
commit7cff8b44d3f87cd67e7037e61050c11eec8360b7 (patch)
tree378909ceab94326d4e1f368b22a1bbc02a517742 /Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls
parent4c14c1a96076aa912e6494fd56fc8d326a8a34c5 (diff)
tuda-ci (3jun21)
git-svn-id: svn://tug.org/texlive/trunk@59456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls')
-rw-r--r--Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls b/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls
index 9303c530ca7..2aeae4f8396 100644
--- a/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls
+++ b/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls
@@ -1,4 +1,4 @@
-%% This is file `tudaexercise.cls' version 3.15 (2021/05/26),
+%% This is file `tudaexercise.cls' version 3.16 (2021/06/03),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{3.15}
-\def\filedate{2021/05/26}
+\def\fileversion{3.16}
+\def\filedate{2021/06/03}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{tudaexercise}
@@ -152,9 +152,9 @@
titlepage .code:n = {\msg_warning:nnn {tudapub} {titlepage-option-disabled} {#1}},
paper .choices:nn = {a0,a1,a2,a3,a4,a5,a6}{
\int_gset_eq:NN \g_ptxcd_paper_int \l_keys_choice_int
- \PassOptionsToPackage{paper=\l_keys_choice_tl}{tudarules}
- \PassOptionsToPackage{paper=\l_keys_choice_tl}{typearea}
- \PassOptionsToPackage{\l_keys_choice_tl paper}{geometry}
+ \exp_args:Nx \PassOptionsToPackage{paper=\l_keys_choice_tl}{tudarules}
+ \exp_args:Nx \PassOptionsToPackage{paper=\l_keys_choice_tl}{typearea}
+ \exp_args:Nx \PassOptionsToPackage{\l_keys_choice_tl paper}{geometry}
},
paper .initial:n = a4,
logofile .tl_gset:N = \g_ptxcd_logofile_tl,