summaryrefslogtreecommitdiff
path: root/tex/context/base/char-def.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/char-def.lua')
-rw-r--r--tex/context/base/char-def.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/tex/context/base/char-def.lua b/tex/context/base/char-def.lua
index 97d48c316..ec9a7b134 100644
--- a/tex/context/base/char-def.lua
+++ b/tex/context/base/char-def.lua
@@ -56717,6 +56717,8 @@ characters.data={
description="DOUBLE PRIME",
direction="et",
linebreak="po",
+ mathclass="nothing",
+ mathname="doubleprime",
specials={ "compat", 0x2032, 0x2032 },
unicodeslot=0x2033,
},
@@ -56725,6 +56727,8 @@ characters.data={
description="TRIPLE PRIME",
direction="et",
linebreak="po",
+ mathclass="nothing",
+ mathname="tripleprime",
specials={ "compat", 0x2032, 0x2032, 0x2032 },
unicodeslot=0x2034,
},
@@ -187423,4 +187427,4 @@ characters.data={
linebreak="cm",
unicodeslot=0xE01EF,
},
-} \ No newline at end of file
+}