diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-08-01 14:55:03 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-08-01 14:55:03 +0000 |
commit | 188fb9c8a910db4dec3d3a0d50cd6e53cf26d247 (patch) | |
tree | caaedd7b777ff32628c825ff52b49979df41e002 /Compose | |
parent | f0757b6cf4fd224ef7857507f75eb4edd488ae30 (diff) |
Punkte für Vektoren und Matrizen: ♫…{Richtung}
git-svn-id: https://svn.neo-layout.org@2021 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'Compose')
-rw-r--r-- | Compose/src/math.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Compose/src/math.module b/Compose/src/math.module index fe0a979..c47653a 100644 --- a/Compose/src/math.module +++ b/Compose/src/math.module @@ -461,6 +461,11 @@ <Multi_key> <x> <braceleft> <4> : "⎧⎫\n⎨⎬\n⎪⎪\n⎩⎭" <Multi_key> <x> <braceleft> <5> : "⎧⎫\n⎪⎪\n⎨⎬\n⎪⎪\n⎩⎭" +# dots for vectors and matrices +<Multi_key> <ellipsis> <bar> : "⋮" U22EE # VERTICAL ELLIPSIS +<Multi_key> <ellipsis> <slash> : "⋰" U22F0 # UP RIGHT DIAGONAL ELLIPSIS +<Multi_key> <ellipsis> <backslash> : "⋱" U22F1 # DOWN RIGHT DIAGONAL ELLIPSIS + # physical symbols # physical constants <Multi_key> <p> <h> <space> : "ℎ" U210E # PLANCK CONSTANT |