fixed pushall script + update
[dotfiles.git] / .vim / mysnippets / tex.snippets
index 9750a35..9ee0f20 100644 (file)
@@ -54,6 +54,12 @@ snippet prod "Product" w
 \prod\limits_{$1}^{$2}$3
 endsnippet
 
+
+snippet defint "Definite Integral" w
+\int_{$1}^{$2} $0
+endsnippet
+
+
 # MATH MODES
 priority 10
 snippet im "inline math" w
@@ -133,10 +139,38 @@ snippet tan "Tan" w
 \tan($1)
 endsnippet
 
+snippet asin "Arcsin" w
+\sin^{-1}($1)
+endsnippet
+
+snippet acos "Arccos" w
+\cos^{-1}($1)
+endsnippet
+
+snippet atan "Arctan" w
+\tan^{-1}($1)
+endsnippet
+
+snippet sins "Sin Squared" w
+\sin^{2}($1)
+endsnippet
+
+snippet coss "Cos Squared" w
+\cos^{2}($1)
+endsnippet
+
+snippet tans "Tan Squared" w
+\tan^{2}($1)
+endsnippet
+
 snippet cis "Cis" w
 \mathrm{cis}($1)
 endsnippet
 
+snippet span "Span" w
+\text{span}($0)
+endsnippet
+
 
 snippet eea "Extended Euclidian Algorithm" w
 \begin{center}