diff options
Diffstat (limited to 'include/eqf')
-rw-r--r-- | include/eqf | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/include/eqf b/include/eqf index 602c3df..3e76a97 100644 --- a/include/eqf +++ b/include/eqf @@ -59,8 +59,6 @@ export "`" "``" "```" bin rel punct non vctr big small triangle backslash forall exists neg circle filledcircle square - "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" - sum prod coprod int oint bcap bcup bvee bwedge bodot botimes boplus buplus @@ -105,6 +103,8 @@ export "`" "``" "```" bin rel punct non vctr big small nextcol above labove cabove rabove mabove matrix pmatrix bmatrix brmatrix fmatrix cmatrix amatrix + "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" + def @Eq named initzunit { 1f } body @Body @@ -592,24 +592,6 @@ def @Eq ################################################################### # # - # Group 5 (digits) # - # # - ################################################################### - - def "0" { zero } - def "1" { one } - def "2" { two } - def "3" { three } - def "4" { four } - def "5" { five } - def "6" { six } - def "7" { seven } - def "8" { eight } - def "9" { nine } - - - ################################################################### - # # # Group 6 ("Large" operators) # # # # Knuth's large operators automatically change size depending # @@ -1692,6 +1674,24 @@ def @Eq macro cmatrix { matrix atleft { blceil } atright { brceil } } macro amatrix { matrix atleft { blangle } atright { brangle } } + ################################################################### + # # + # Group 5 (digits) # + # # + ################################################################### + + def "0" { zero } + def "1" { one } + def "2" { two } + def "3" { three } + def "4" { four } + def "5" { five } + def "6" { six } + def "7" { seven } + def "8" { eight } + def "9" { nine } + + { Slope xheight2mark nostrut } @Font { separate @SpaceGap } @Space initzunit @ZUnit 1f @YUnit @Body |