X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.vim%2Fmysnippets%2Ftex.snippets;h=f19a2deee8590dcfff3124c813269c7e22d20f13;hp=9750a352b7baf9299acee7b5fde97370ec4cbdf8;hb=366f6e01929c651e868d008521bf56cc8d1414c2;hpb=1822d5e6d2af0a9706aa3fa95244afeb6308db28 diff --git a/.vim/mysnippets/tex.snippets b/.vim/mysnippets/tex.snippets index 9750a35..f19a2de 100644 --- a/.vim/mysnippets/tex.snippets +++ b/.vim/mysnippets/tex.snippets @@ -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 @@ -137,6 +143,10 @@ snippet cis "Cis" w \mathrm{cis}($1) endsnippet +snippet span "Span" w +\text{span}($0) +endsnippet + snippet eea "Extended Euclidian Algorithm" w \begin{center}