summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls')
-rw-r--r--Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls11
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls b/Master/texmf-dist/tex/latex/tuda-ci/tudaexercise.cls
index 2f7af0470fe..778bbc9508a 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.13 (2021/03/16),
+%% This is file `tudaexercise.cls' version 3.13a (2021/03/19),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{3.13}
-\def\filedate{2021/03/16}
+\def\fileversion{3.13a}
+\def\filedate{2021/03/19}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{tudaexercise}
@@ -226,11 +226,9 @@
points / auto .code:n =
\bool_set_true:N \l__ptxcd_points_auto_bool,
points / unknown .code:n = \fp_set:Nn \l_ptxcd_ex_task_points_fp {#1}
- \bool_set_false:N \l__ptxcd_points_auto_bool,
- points .initial:n = 0,
+ \bool_set_false:N \l__ptxcd_points_auto_bool,
credit .code:n = \tl_set:Nn \l_ptxcd_ex_task_credit_tl {#1}
\bool_set_false:N \l__ptxcd_points_auto_bool,
- credit .initial:n =,
solution .meta:nn ={ptxcd/exercise}{solution=#1},
}
@@ -240,7 +238,6 @@
credit .initial:n =,
points .code:n = \fp_set:Nn \l_ptxcd_ex_subtask_points_fp {#1}
\bool_set_false:N \l__ptxcd_points_auto_bool,
- points .initial:n = 0,
title .tl_set:N = \l_ptxcd_ex_title_tl,
title .initial:n =,
unknown .code:n = \bool_set_true:N \l_ptxcd_ex_subtask_fallback_bool \tl_clear:N \l_ptxcd_ex_subtask_credit_tl \fp_zero:N \l_ptxcd_ex_subtask_points_fp,