summaryrefslogtreecommitdiff
path: root/tex/context/base/char-def.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-01-25 13:09:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-01-25 13:09:00 +0100
commit71b6d9367123e33b454886654c24177be3d64880 (patch)
treeedcda6f3cd4ea1de2b89a273439fa75b40b65f4b /tex/context/base/char-def.lua
parent97af40831e32337e13acae3b562782a8f6a8e79b (diff)
downloadcontext-71b6d9367123e33b454886654c24177be3d64880.tar.gz
beta 2012.01.25 13:09
Diffstat (limited to 'tex/context/base/char-def.lua')
-rw-r--r--tex/context/base/char-def.lua49
1 files changed, 42 insertions, 7 deletions
diff --git a/tex/context/base/char-def.lua b/tex/context/base/char-def.lua
index 7ca6f4f70..4757735e8 100644
--- a/tex/context/base/char-def.lua
+++ b/tex/context/base/char-def.lua
@@ -603,8 +603,16 @@ characters.data={
description="EQUALS SIGN",
direction="on",
linebreak="al",
- mathclass="relation",
- mathname="eq",
+ mathspec={
+ {
+ class="relation",
+ name="eq",
+ },
+ {
+ class="relation",
+ name="Relbar",
+ },
+ },
unicodeslot=0x003D,
},
{
@@ -56608,8 +56616,16 @@ characters.data={
description="HORIZONTAL ELLIPSIS",
direction="on",
linebreak="in",
- mathclass="inner",
- mathname="ldots",
+ mathspec={
+ {
+ class="inner",
+ name="ldots",
+ },
+ {
+ class="inner",
+ name="dots",
+ }
+ },
specials={ "compat", 0x002E, 0x002E, 0x002E },
unicodeslot=0x2026,
},
@@ -60500,8 +60516,16 @@ characters.data={
description="NOT AN ELEMENT OF",
direction="on",
linebreak="al",
- mathclass="relation",
- mathname="nin",
+ mathspec={
+ {
+ class="relation",
+ name="notin",
+ },
+ {
+ class="relation",
+ name="nin",
+ },
+ },
mirror=0x220C,
specials={ "char", 0x2208, 0x0338 },
unicodeslot=0x2209,
@@ -60606,7 +60630,16 @@ characters.data={
description="MINUS SIGN",
direction="es",
linebreak="pr",
- mathclass="binary",
+ mathspec={
+ {
+ class="binary",
+ name="minus",
+ },
+ {
+ class="relation",
+ name="relbar",
+ },
+ },
unicodeslot=0x2212,
},
[0x2213]={
@@ -61291,6 +61324,8 @@ characters.data={
description="APPROACHES THE LIMIT",
direction="on",
linebreak="al",
+ mathclass="relation",
+ mathname="doteq",
unicodeslot=0x2250,
},
[0x2251]={