diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/meta-tex.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/meta-tex.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/meta-tex.lua b/Master/texmf-dist/tex/context/base/mkiv/meta-tex.lua index fdf11842428..c2f72bcf3c7 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/meta-tex.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/meta-tex.lua @@ -126,11 +126,7 @@ do arguments = "2 strings", } - if LUAVERSION < 5.2 then - utilities.strings.formatters.add(formatters,"texexp", [[texexp(...)]], "local texexp = metapost.texexp") - else - utilities.strings.formatters.add(formatters,"texexp", [[texexp(...)]], { texexp = metapost.texexp }) - end + utilities.strings.formatters.add(formatters,"texexp", [[texexp(...)]], { texexp = metapost.texexp }) local f_textext = formatters[ [[textext("%s")]] ] local f_mthtext = formatters[ [[textext("\mathematics{%s}")]] ] |