From 56ded4aa6c33b2ea2dedafe929e2069ed9f6d008 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Feb 2016 23:05:57 +0000 Subject: exsheets (2feb16) git-svn-id: svn://tug.org/texlive/trunk@39540 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/exsheets/exsheets.sty | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex') 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: -- cgit v1.2.3