misc changes - vim cursor
[dotfiles.git] / .vim / mysnippets / tex.snippets
index 33cef93..6d68b16 100644 (file)
@@ -113,6 +113,10 @@ snippet naturals "Set of Naturals" w
 \mathbb{N}
 endsnippet
 
+snippet matrix "Set of Matricies" w
+\mathbb{M}_{$1}($2)$0
+endsnippet
+
 
 # OTHERS
 snippet implies "Implies" w
@@ -179,10 +183,30 @@ snippet cis "Cis" w
 \mathrm{cis}($1)
 endsnippet
 
+snippet ... "elpises" iA
+\ldots
+endsnippet
+
+# text
 snippet span "Span" w
 \text{span}($0)
 endsnippet
 
+snippet col "Col" w
+\text{Col}($0)
+endsnippet
+
+snippet row "Row" w
+\text{Row}($0)
+endsnippet
+
+snippet rank "Rank" w
+\text{Rank}($0)
+endsnippet
+
+snippet nullity "Nullity" w
+\text{Nullity}($0)
+endsnippet
 
 snippet eea "Extended Euclidian Algorithm" w
 \begin{center}