summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-20 20:59:28 +0000
committerKarl Berry <karl@freefriends.org>2019-10-20 20:59:28 +0000
commit1e213eab38abfeaf29235caabc5ab6d14672e5c3 (patch)
tree5eb1836b1e44eab260da18837b3488db0cb12642 /Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex
parenta43cc91784cfadcff9d76e97a5e880bf59d2e2ea (diff)
xsim (20oct19)
git-svn-id: svn://tug.org/texlive/trunk@52460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex b/Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex
index 3331f6278a6..0c1251d1130 100644
--- a/Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex
+++ b/Master/texmf-dist/tex/latex/xsim/xsim.interface.code.tex
@@ -54,7 +54,7 @@
% ----------------------------------------------------------------------------
\ProvideDocumentCommand \IfExistSolutionTF {+m+m}
- { \xsim_if_solution_exists:ooTF {\ExerciseType} {\ExerciseID} {#1} {#2} }
+ { \xsim_if_solution_exist:ooTF {\ExerciseType} {\ExerciseID} {#1} {#2} }
\NewDocumentCommand \IfExistSolutionT {+m}
{ \IfExistSolutionTF {#1} {} }
@@ -460,7 +460,7 @@
\NewDocumentCommand \ProvideExerciseTagging {m}
{
- \xsim_if_tag_type_exists:nTF {#1}
+ \xsim_if_tag_type_exist:nTF {#1}
{ \msg_warning:nnn {xsim} {tag-exists} {#1} }
{ \xsim_new_tag_type:n {#1} }
}