summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/exsheets
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-01 23:05:57 +0000
committerKarl Berry <karl@freefriends.org>2016-02-01 23:05:57 +0000
commit56ded4aa6c33b2ea2dedafe929e2069ed9f6d008 (patch)
tree23774f374bcb03feb484544877c99ed3daed8cb5 /Master/texmf-dist/tex/latex/exsheets
parent80c57756d83521ede74c522252d2665987849dca (diff)
exsheets (2feb16)
git-svn-id: svn://tug.org/texlive/trunk@39540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/exsheets')
-rw-r--r--Master/texmf-dist/tex/latex/exsheets/exsheets.sty7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/exsheets/exsheets.sty b/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
index 8e2ff302e89..73d7bbd6d24 100644
--- a/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
+++ b/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
@@ -28,8 +28,8 @@
\RequirePackage { expl3 , xparse }
\ExplSyntaxOn
-\tl_const:Nn \c_exsheets_date_tl {2016/01/28}
-\tl_const:Nn \c_exsheets_version_tl {0.21a}
+\tl_const:Nn \c_exsheets_date_tl {2016/02/01}
+\tl_const:Nn \c_exsheets_version_tl {0.21b}
\tl_const:Nn \c_exsheets_info_tl
{Yet~ another~ package~ for~ the~ creation~ of~ exercise~ sheets~ and~ exams.}
@@ -2546,7 +2546,7 @@
% \prop_map_function:NN \g_exsheets_question_identification_prop
\cs_new_protected:Npn \exsheets_print_solutions_if:nnn #1#2#3
{
- \prop_if_in:NnT \g__exsheets_solutions_names_prop {#1}
+ \prop_if_in:NnT \g__exsheets_solutions_names_prop {#2}
{
\int_set_eq:NN
\l__exsheets_current_sec_int
@@ -3284,6 +3284,7 @@ HISTORY:
- make question properties accessable when question is
not printed
2016/01/26 v0.21a - remove deprecated \prop_get:Nn (=> \prop_item:Nn)
+2016/02/01 v0.21b - fix annoying bug in \exsheets_print_solutions_if:nnn
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO: