summaryrefslogtreecommitdiff
path: root/tex/context/base/x-mathml.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-02-14 18:20:22 +0200
committerMarius <mariausol@gmail.com>2014-02-14 18:20:22 +0200
commit088de88944c1f2254250bb448c7371a87ff7ee39 (patch)
treee6fda41d633606d832db5bacfef2d9bd05e6c881 /tex/context/base/x-mathml.lua
parent43b2c43c53673bbaebc0cec57d32c4609c026cd9 (diff)
downloadcontext-088de88944c1f2254250bb448c7371a87ff7ee39.tar.gz
beta 2014.02.14 17:07
Diffstat (limited to 'tex/context/base/x-mathml.lua')
-rw-r--r--tex/context/base/x-mathml.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/x-mathml.lua b/tex/context/base/x-mathml.lua
index e2bb62d12..baf839ad8 100644
--- a/tex/context/base/x-mathml.lua
+++ b/tex/context/base/x-mathml.lua
@@ -82,8 +82,9 @@ local o_replacements = { -- in main table
-- [utfchar(0xF103C)] = "\\mmlleftdelimiter<",
[utfchar(0xF1026)] = "\\mmlchar{38}",
+ [utfchar(0x02061)] = "", -- function applicator sometimes shows up in font
-- [utfchar(0xF103E)] = "\\mmlleftdelimiter>",
--- [utfchar(0xAF)] = '\\mmlchar{"203E}', -- 0x203E
+ -- [utfchar(0x000AF)] = '\\mmlchar{"203E}', -- 0x203E
}
local simpleoperatorremapper = utf.remapper(o_replacements)