summaryrefslogtreecommitdiff
path: root/tex/context/base/math-ent.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-ent.lua')
-rw-r--r--tex/context/base/math-ent.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/math-ent.lua b/tex/context/base/math-ent.lua
index d387f9ee5..53a68ab0f 100644
--- a/tex/context/base/math-ent.lua
+++ b/tex/context/base/math-ent.lua
@@ -7,7 +7,7 @@ if not modules then modules = { } end modules ['math-ent'] = {
-- this might go into char-def
-mathematics.entities={
+mathematics.xml.entities={
["Aacute"]=0x000C1,
["aacute"]=0x000E1,
["Abreve"]=0x00102,
@@ -2100,5 +2100,4 @@ mathematics.entities={
["plusminus"]=0x000B1,
["minusplus"]=0x02213,
["cdots"]=0x2026,
-
}