From c1a8907c8e975f8e42cc9cda6cbd11370e78967e Mon Sep 17 00:00:00 2001 From: Hermann Schwarting Date: Fri, 2 Dec 2011 21:29:19 +0100 Subject: Add U2211 (mathematical sum). Move sumint to sint. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add for the mathematical symbol n-ary sum. Needed to move ··sumint to ··sint to make room. But I think it fits with ··gint. --- dotXCompose | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotXCompose b/dotXCompose index 83376be..fb7686c 100644 --- a/dotXCompose +++ b/dotXCompose @@ -218,6 +218,8 @@ include "%L" : "ª" U00AA # FEMININE ORDINAL INDICATOR : "º" U00BA # MASCULINE ORDINAL INDICATOR +# See also U03A3 (Greek capital sigma) + : "∑" U2211 # N-ARY SUMMATION # OK, absolutely cannot believe we made it this long without NABLA or INTEGRAL # or PARTIAL DIFFERENTIAL : "∫" U222B # INTEGRAL @@ -232,7 +234,7 @@ include "%L" : "∯" U222F # SURFACE INTEGRAL : "∰" U2230 # VOLUME INTEGRAL : "⨘" U2A18 # GEOMETRIC INTEGRAL - : "⨋" U2A0B # SUM/INTEGRAL + : "⨋" U2A0B # SUM/INTEGRAL #Now for some WTF integrals: ⨙ ⨚ : "∇" U2207 # NABLA

: "∂" U2202 # PARTIAL DIFFERENTIAL -- cgit v1.2.3