From 188fb9c8a910db4dec3d3a0d50cd6e53cf26d247 Mon Sep 17 00:00:00 2001
From: pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Sat, 1 Aug 2009 14:55:03 +0000
Subject: Punkte für Vektoren und Matrizen: ♫…{Richtung}
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.neo-layout.org@2021 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 Compose/src/math.module | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'Compose/src')

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
-- 
cgit v1.2.3