From b66fa4e82518b064822c4ee0f4fa7ceb584e07cf Mon Sep 17 00:00:00 2001
From: pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Fri, 24 Jul 2009 15:41:40 +0000
Subject: für „teilt nicht“ auch das „teilt“-Zeichen möglich
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

(limited to 'Compose')

diff --git a/Compose/src/math.module b/Compose/src/math.module
index f417177..bb1886d 100644
--- a/Compose/src/math.module
+++ b/Compose/src/math.module
@@ -168,6 +168,9 @@
 <Multi_key> <slash> <bar>                                   : "∤"   U2224 # DOES NOT DIVIDE
 <dead_stroke> <bar>                                         : "∤"   U2224 # DOES NOT DIVIDE
 <Multi_key> <bar> <dead_stroke> <dead_stroke>               : "∤"   U2224 # DOES NOT DIVIDE
+<Multi_key> <slash> <U2223>                                 : "∤"   U2224 # DOES NOT DIVIDE
+<dead_stroke> <U2223>                                       : "∤"   U2224 # DOES NOT DIVIDE
+<Multi_key> <U2223> <dead_stroke> <dead_stroke>             : "∤"   U2224 # DOES NOT DIVIDE
 <Multi_key> <slash> <U2225>                                 : "∦"   U2226 # NOT PARALLEL TO
 <dead_stroke> <U2225>                                       : "∦"   U2226 # NOT PARALLEL TO
 <Multi_key> <U2225> <dead_stroke> <dead_stroke>             : "∦"   U2226 # NOT PARALLEL TO
-- 
cgit v1.2.3