redid cormackscript
[dotfiles.git] / .vim / mysnippets / tex.snippets
index 84bf0d4..a6b72d4 100644 (file)
@@ -86,6 +86,9 @@ snippet naturals "Set of Naturals" w
 \mathbb{N}
 endsnippet
 
+snippet complex "Set of Complex" w
+\mathbb{C}
+endsnippet
 
 # OTHERS
 snippet implies "Implies" w
@@ -98,6 +101,32 @@ snippet mod "Mod" w
 endsnippet
 
 
+snippet floor "Floor" w
+\lfloor $1 \rfloor
+endsnippet
+
+
+snippet ceil "Ceiling" w
+\lceil $1 \rceil
+endsnippet
+
+snippet sin "Sin" w
+\sin($1)
+endsnippet
+
+snippet cos "Cos" w
+\cos($1)
+endsnippet
+
+snippet tan "Tan" w
+\tan($1)
+endsnippet
+
+snippet cis "Cis" w
+\mathrm{cis}($1)
+endsnippet
+
+
 snippet eea "Extended Euclidian Algorithm" w
 \begin{center}
 \begin{tabular}{|c|c|c|c|}