diff --git a/char-def.lua b/char-def.lua index 3aec401..990bfd2 100644 --- a/char-def.lua +++ b/char-def.lua @@ -544,8 +544,10 @@ characters.data={ description="LESS-THAN SIGN", direction="on", linebreak="al", - mathclass="binary", - mathname="lt", + mathspec={ + { name="lt", class="binary" } , + { name="ltdelim", class="delimiter" }, + }, mirror=0x003E, unicodeslot=0x003C, }, @@ -568,8 +570,10 @@ characters.data={ description="GREATER-THAN SIGN", direction="on", linebreak="al", - mathclass="binary", - mathname="gt", + mathspec={ + { name="gt", class="binary" } , + { name="gtdelim", class="delimiter" }, + }, mirror=0x003C, unicodeslot=0x003E, }, diff --git a/math-vfu.lua b/math-vfu.lua index 0300bb0..1543833 100644 --- a/math-vfu.lua +++ b/math-vfu.lua @@ -566,6 +566,8 @@ fonts.enc.math["large-to-small"] = { [0x02309] = 0x07, -- rceil [0x0007B] = 0x08, -- { [0x0007D] = 0x09, -- } + [0x0003C] = 0x0A, -- < + [0x0003E] = 0x0B, -- > [0x027E8] = 0x0A, -- < [0x027E9] = 0x0B, -- > [0x0007C] = 0x0C, -- |