X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.vim%2Fmysnippets%2Ftex.snippets;h=f767eec0dc8ba3312e9756f5676ae91dca4fc9fc;hp=a6b72d47b44af2af1b1bffa64ea157f7b701cd21;hb=f7b515eabe10128f2e478e6ec16e387467d8d6a4;hpb=bb16cdd8187a06a71fb5b3b3afe8c3c9ad3b81a3 diff --git a/.vim/mysnippets/tex.snippets b/.vim/mysnippets/tex.snippets index a6b72d4..f767eec 100644 --- a/.vim/mysnippets/tex.snippets +++ b/.vim/mysnippets/tex.snippets @@ -106,6 +106,16 @@ snippet floor "Floor" w endsnippet +snippet cubert "Cube root" w +\sqrt[\leftroot{-2}\uproot{2}3]{$1} +endsnippet + + +snippet nroot "Root" w +\sqrt[\leftroot{-2}\uproot{2}$1]{$2} +endsnippet + + snippet ceil "Ceiling" w \lceil $1 \rceil endsnippet