diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-23 00:33:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-23 00:33:45 +0000 |
commit | db10f49b4b535c1b6752e68a4ba6b0088a621067 (patch) | |
tree | fb81b92a2d0d5e7e0ab8013f65d864d85009f2ee /Master/texmf-dist/tex/latex/xsim/xsim.collections.code.tex | |
parent | 4275fd1f5f1c2cff545b6cb0d09b72312eef0d28 (diff) |
xsim (22feb20)
git-svn-id: svn://tug.org/texlive/trunk@53877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/xsim/xsim.collections.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/xsim/xsim.collections.code.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/xsim/xsim.collections.code.tex b/Master/texmf-dist/tex/latex/xsim/xsim.collections.code.tex index eba9940e239..b85ffa2a156 100644 --- a/Master/texmf-dist/tex/latex/xsim/xsim.collections.code.tex +++ b/Master/texmf-dist/tex/latex/xsim/xsim.collections.code.tex @@ -351,11 +351,9 @@ { \prop_if_in:NnTF \g__xsim_collections_prop {#1} { - \bool_if:nTF - { - !\str_if_eq_p:en {#1} {all~ exercises} && - \prop_item:Nn \g__xsim_collections_prop {#1} - } + \bool_lazy_and:nnTF + { !\str_if_eq_p:en {#1} {all~ exercises} } + { \prop_item:Nn \g__xsim_collections_prop {#1} } { \prg_return_true: } { \prg_return_false: } } |