diff options
-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 |