summaryrefslogtreecommitdiff
path: root/tex/context/base/char-def.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-01-08 00:40:23 +0200
committerMarius <mariausol@gmail.com>2013-01-08 00:40:23 +0200
commit1cf7d62e4c6bdb5cac3ead4dc8ccd387c1eef194 (patch)
tree24b5071d5be82962fac4da7ce3957222955e3013 /tex/context/base/char-def.lua
parent250316e74df7a2fe9544318ed39fd2f6621e8dbb (diff)
downloadcontext-1cf7d62e4c6bdb5cac3ead4dc8ccd387c1eef194.tar.gz
beta 2013.01.07 23:25
Diffstat (limited to 'tex/context/base/char-def.lua')
-rw-r--r--tex/context/base/char-def.lua16
1 files changed, 11 insertions, 5 deletions
diff --git a/tex/context/base/char-def.lua b/tex/context/base/char-def.lua
index 29a325697..60e445ea9 100644
--- a/tex/context/base/char-def.lua
+++ b/tex/context/base/char-def.lua
@@ -3192,8 +3192,6 @@ characters.data={
description="LATIN SMALL LETTER H WITH STROKE",
direction="l",
linebreak="al",
- mathclass="ord",
- mathname="hbar",
shcode=0x0068,
uccode=0x0126,
unicodeslot=0x0127,
@@ -58119,8 +58117,16 @@ characters.data={
description="PLANCK CONSTANT OVER TWO PI",
direction="l",
linebreak="al",
- mathclass="variable",
- mathname="hslash",
+ mathspec={
+ {
+ class="variable",
+ name="hslash",
+ },
+ {
+ class="ord",
+ name="hbar",
+ },
+ },
specials={ "font", 0x0127 },
unicodeslot=0x210F,
},
@@ -187663,4 +187669,4 @@ characters.data={
linebreak="cm",
unicodeslot=0xE01EF,
},
-} \ No newline at end of file
+}