diff options
Diffstat (limited to 'tex/context/base/core-job.mkiv')
-rw-r--r-- | tex/context/base/core-job.mkiv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/core-job.mkiv b/tex/context/base/core-job.mkiv index b110f3892..2c0f34412 100644 --- a/tex/context/base/core-job.mkiv +++ b/tex/context/base/core-job.mkiv @@ -36,4 +36,7 @@ % \testfeatureonce{100000}{\doifelse{hello world}{here i am}{}} % 0.3 % \testfeatureonce{100000}{\expandabledoifelse{hello world}{here i am}{}} % 1.5 +\def\expdoifcommonelse#1#2{\ctxlua{commands.doifcommonelse("#1","#2")}} +\def\expdoifinsetelse #1#2{\ctxlua{commands.doifinsetelse("#1","#2")}} + \protect \endinput |