diff options
author | Mark Shoulson <mark@kli.org> | 2011-12-09 07:35:00 -0800 |
---|---|---|
committer | Mark Shoulson <mark@kli.org> | 2011-12-09 07:35:00 -0800 |
commit | bbcb3bf6bf079916f81ab280441d61719170fd80 (patch) | |
tree | 2a5798db4e7c0450ab96546a90e2f7ef655c9085 | |
parent | Merge pull request #7 from gwolf/master (diff) | |
parent | Add U2211 (mathematical sum). Move sumint to sint. (diff) | |
download | dotXCompose-bbcb3bf6bf079916f81ab280441d61719170fd80.tar.gz dotXCompose-bbcb3bf6bf079916f81ab280441d61719170fd80.tar.bz2 dotXCompose-bbcb3bf6bf079916f81ab280441d61719170fd80.zip |
Merge pull request #6 from hfs/master
Add U2211 (mathematical sum). Move sumint to sint. -- I had figured SIGMA was good enough, but whatever...
-rw-r--r-- | dotXCompose | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index 92e7263..74644a2 100644 --- a/dotXCompose +++ b/dotXCompose @@ -220,6 +220,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 @@ -234,7 +236,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 |