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.lua80
1 files changed, 25 insertions, 55 deletions
diff --git a/tex/context/base/char-def.lua b/tex/context/base/char-def.lua
index 6c73cf008..804468c2d 100644
--- a/tex/context/base/char-def.lua
+++ b/tex/context/base/char-def.lua
@@ -3,8 +3,7 @@ if not modules then modules = { } end modules ['char-def'] = {
comment = "companion to char-ini.mkiv",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
copyright = "PRAGMA ADE / ConTeXt Development Team",
- license = "see context related readme files",
- dataonly = true,
+ license = "see context related readme files"
}
--[[
@@ -56833,16 +56832,6 @@ characters.data={
description="OVERLINE",
direction="on",
linebreak="al",
- mathspec={
- {
- class="topaccent",
- name="overbar",
- },
- {
- class="botaccent",
- name="underbar",
- },
- },
specials={ "compat", 0x0020, 0x0305 },
unicodeslot=0x203E,
},
@@ -57255,8 +57244,6 @@ characters.data={
description="SUPERSCRIPT PLUS SIGN",
direction="es",
linebreak="al",
- mathclass="binary",
- mathname ="positivesign",
specials={ "super", 0x002B },
unicodeslot=0x207A,
},
@@ -57265,8 +57252,6 @@ characters.data={
description="SUPERSCRIPT MINUS",
direction="es",
linebreak="al",
- mathclass="binary",
- mathname ="negativesign",
specials={ "super", 0x2212 },
unicodeslot=0x207B,
},
@@ -58684,7 +58669,7 @@ characters.data={
description="TURNED AMPERSAND",
direction="on",
linebreak="al",
- mathclass="binary",
+ mathclass="bin",
mathname="upand",
unicodeslot=0x214B,
},
@@ -60902,11 +60887,11 @@ characters.data={
linebreak="ai",
mathspec={
{
- class="binary",
+ class="bin",
name="vee",
},
{
- class="binary",
+ class="bin",
name="lor",
},
},
@@ -60947,16 +60932,15 @@ characters.data={
description="INTEGRAL",
direction="on",
linebreak="ai",
- mathclass="limop",
mathspec={
{
- class="limop",
- name="int",
- },
- {
class="nothing",
name="intop",
},
+ {
+ class="limop",
+ name="int",
+ },
},
unicodeslot=0x222B,
},
@@ -60967,16 +60951,15 @@ characters.data={
description="DOUBLE INTEGRAL",
direction="on",
linebreak="ai",
- mathclass="limop",
mathspec={
{
- class="limop",
- name="iint",
- },
- {
class="nothing",
name="iintop",
},
+ {
+ class="limop",
+ name="iint",
+ },
},
specials={ "compat", 0x222B, 0x222B },
unicodeslot=0x222C,
@@ -60986,16 +60969,15 @@ characters.data={
description="TRIPLE INTEGRAL",
direction="on",
linebreak="al",
- mathclass="limop",
mathspec={
{
- class="limop",
- name="iiint",
- },
- {
class="nothing",
name="iiintop",
},
+ {
+ class="limop",
+ name="iiint",
+ },
},
specials={ "compat", 0x222B, 0x222B, 0x222B },
unicodeslot=0x222D,
@@ -62420,7 +62402,7 @@ characters.data={
description="NORMAL SUBGROUP OF",
direction="on",
linebreak="al",
- mathclass="binary",
+ mathclass="bin",
mirror=0x22B3,
unicodeslot=0x22B2,
},
@@ -62430,7 +62412,7 @@ characters.data={
description="CONTAINS AS NORMAL SUBGROUP",
direction="on",
linebreak="al",
- mathclass="binary",
+ mathclass="bin",
mirror=0x22B2,
unicodeslot=0x22B3,
},
@@ -68406,8 +68388,6 @@ characters.data={
description="BLACK UP-POINTING TRIANGLE",
direction="on",
linebreak="ai",
- mathclass="binary",
- mathname="blacktriangle",
unicodeslot=0x25B2,
},
[0x25B3]={
@@ -68452,7 +68432,7 @@ characters.data={
description="BLACK RIGHT-POINTING TRIANGLE",
direction="on",
linebreak="ai",
- mathclass="binary",
+ mathclass="bin",
mathname="blacktriangleright",
unicodeslot=0x25B6,
},
@@ -68463,7 +68443,7 @@ characters.data={
description="WHITE RIGHT-POINTING TRIANGLE",
direction="on",
linebreak="ai",
- mathclass="binary",
+ mathclass="bin",
mathname="triangleright",
unicodeslot=0x25B7,
},
@@ -68472,6 +68452,8 @@ characters.data={
description="BLACK RIGHT-POINTING SMALL TRIANGLE",
direction="on",
linebreak="al",
+ mathclass="bin",
+ mathname="blacktriangleleft",
unicodeslot=0x25B8,
},
[0x25B9]={
@@ -68504,8 +68486,6 @@ characters.data={
description="BLACK DOWN-POINTING TRIANGLE",
direction="on",
linebreak="ai",
- mathclass="binary",
- mathname="blacktriangledown",
unicodeslot=0x25BC,
},
[0x25BD]={
@@ -68515,16 +68495,8 @@ characters.data={
description="WHITE DOWN-POINTING TRIANGLE",
direction="on",
linebreak="ai",
- mathspec={
- {
- class="binary",
- name="triangledown",
- },
- {
- class="binary",
- name="bigtriangledown",
- },
- },
+ mathclass="binary",
+ mathname="bigtriangledown",
unicodeslot=0x25BD,
},
[0x25BE]={
@@ -68549,8 +68521,6 @@ characters.data={
description="BLACK LEFT-POINTING TRIANGLE",
direction="on",
linebreak="ai",
- mathclass="binary",
- mathname="blacktriangleleft",
unicodeslot=0x25C0,
},
[0x25C1]={
@@ -68560,7 +68530,7 @@ characters.data={
description="WHITE LEFT-POINTING TRIANGLE",
direction="on",
linebreak="ai",
- mathclass="binary",
+ mathclass="bin",
mathname="triangleleft",
unicodeslot=0x25C1,
},