redid cormackscript
[dotfiles.git] / .vim / mysnippets / tex.snippets
index af11478..a6b72d4 100644 (file)
@@ -101,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|}