X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c4b211177c12a97f8ffe10055325dd90a0a39b31..2ec18855d6d4e144776551dfb4921e1b133dfd29:/etc/yasnippet/snippets/latex-mode/section diff --git a/etc/yasnippet/snippets/latex-mode/section b/etc/yasnippet/snippets/latex-mode/section new file mode 100644 index 0000000..e1a2710 --- /dev/null +++ b/etc/yasnippet/snippets/latex-mode/section @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: section +# key: s +# -- +\section{${1:name}} +\label{sec:${2:label}} + +$0 \ No newline at end of file