summaryrefslogtreecommitdiff
path: root/tex/context/modules
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-09-17 10:09:54 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-09-17 10:09:54 +0200
commitd5e2ac5f857f2a003949fce54ed41eedc4fb9475 (patch)
tree5407199d3d6ec192cd4f0fa036cf797b0e29fdc4 /tex/context/modules
parent51bc89e03d05e3329b2ef74de2720937f92aa81f (diff)
downloadcontext-d5e2ac5f857f2a003949fce54ed41eedc4fb9475.tar.gz
2021-09-17 10:01:00
Diffstat (limited to 'tex/context/modules')
-rw-r--r--tex/context/modules/mkiv/s-math-ligatures.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/modules/mkiv/s-math-ligatures.lua b/tex/context/modules/mkiv/s-math-ligatures.lua
index 5c888c088..452ba48c1 100644
--- a/tex/context/modules/mkiv/s-math-ligatures.lua
+++ b/tex/context/modules/mkiv/s-math-ligatures.lua
@@ -59,7 +59,7 @@ function moduledata.math.ligatures.showlist(specification)
local vs = v.specials
if vs and #vs > 2 then
local kind = vs[1]
- if (v.mathclass or v.mathspec) and (kind == "char" or kind == "compat") then
+ if (v.mathclass or v.mathspec) and (kind == "char" or kind == "with" or kind == "compat") then
setlist(unicode,vs,2,v,"sp")
end
end