From 7da4243862494d1fc7478956362f4da6d80f4f7e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 21 Oct 2019 03:00:45 +0000 Subject: CTAN sync 201910210300 --- macros/latex/contrib/xsim/code/xsim.templates.code.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/latex/contrib/xsim/code/xsim.templates.code.tex') diff --git a/macros/latex/contrib/xsim/code/xsim.templates.code.tex b/macros/latex/contrib/xsim/code/xsim.templates.code.tex index 2f167a23a4..c5c08b8d9b 100644 --- a/macros/latex/contrib/xsim/code/xsim.templates.code.tex +++ b/macros/latex/contrib/xsim/code/xsim.templates.code.tex @@ -53,7 +53,7 @@ \prop_put:cnn {l__xsim_#1_template_prop} {#2} {#3} } -\prg_new_conditional:Npnn \xsim_if_template_exists:nn #1#2 {T,F,TF} +\prg_new_conditional:Npnn \xsim_if_template_exist:nn #1#2 {T,F,TF} { \prop_if_in:cnTF {l__xsim_#1_template_prop} {#2} { \prg_return_true: } @@ -159,7 +159,7 @@ % #2: template name \cs_new_protected:Npn \xsim_use_template:nn #1#2 { - \xsim_if_template_exists:nnTF {#1} {#2} + \xsim_if_template_exist:nnTF {#1} {#2} { \__xsim_get_template:nn {#1} {#2} } { \msg_warning:nnnnn {xsim} {unknown-template} {#1} {#2} {default} -- cgit v1.2.3