diff options
author | Hermann Schwarting <hfs@gmx.de> | 2011-12-02 21:29:19 +0100 |
---|---|---|
committer | Hermann Schwarting <hfs@gmx.de> | 2011-12-02 21:29:19 +0100 |
commit | c1a8907c8e975f8e42cc9cda6cbd11370e78967e (patch) | |
tree | 9400e4d88dde71033b6769cd320bd0ba012a61f9 | |
parent | A few changes, plus treeprint.py. (diff) | |
download | dotXCompose-c1a8907c8e975f8e42cc9cda6cbd11370e78967e.tar.gz dotXCompose-c1a8907c8e975f8e42cc9cda6cbd11370e78967e.tar.bz2 dotXCompose-c1a8907c8e975f8e42cc9cda6cbd11370e78967e.zip |
Add U2211 (mathematical sum). Move sumint to sint.
Add <Multi_key> <Multi_key> <s> <u> <m> for the mathematical symbol
n-ary sum. Needed to move ··sumint to ··sint to make room. But I think
it fits with ··gint.
-rw-r--r-- | dotXCompose | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index 83376be..fb7686c 100644 --- a/dotXCompose +++ b/dotXCompose @@ -218,6 +218,8 @@ include "%L" <Multi_key> <minus> <a> : "ª" U00AA # FEMININE ORDINAL INDICATOR <Multi_key> <minus> <o> : "º" U00BA # MASCULINE ORDINAL INDICATOR +# See also U03A3 (Greek capital sigma) +<Multi_key> <Multi_key> <s> <u> <m> : "∑" U2211 # N-ARY SUMMATION # OK, absolutely cannot believe we made it this long without NABLA or INTEGRAL # or PARTIAL DIFFERENTIAL <Multi_key> <Multi_key> <i> <n> <t> : "∫" U222B # INTEGRAL @@ -232,7 +234,7 @@ include "%L" <Multi_key> <Multi_key> <o> <i> <i> <n> <t> : "∯" U222F # SURFACE INTEGRAL <Multi_key> <Multi_key> <o> <i> <i> <i> <n> <t> : "∰" U2230 # VOLUME INTEGRAL <Multi_key> <Multi_key> <g> <i> <n> <t> : "⨘" U2A18 # GEOMETRIC INTEGRAL -<Multi_key> <Multi_key> <s> <u> <m> <i> <n> <t> : "⨋" U2A0B # SUM/INTEGRAL +<Multi_key> <Multi_key> <s> <i> <n> <t> : "⨋" U2A0B # SUM/INTEGRAL #Now for some WTF integrals: ⨙ ⨚ <Multi_key> <Multi_key> <d> <e> <l> : "∇" U2207 # NABLA <Multi_key> <Multi_key> <p> <a> <r> <t> : "∂" U2202 # PARTIAL DIFFERENTIAL |