diff options
Diffstat (limited to 'snippets/latex-mode/subsection-star')
-rw-r--r-- | snippets/latex-mode/subsection-star | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/latex-mode/subsection-star b/snippets/latex-mode/subsection-star new file mode 100644 index 0000000..969bf19 --- /dev/null +++ b/snippets/latex-mode/subsection-star @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# key: sbs +# -- +\subsection*{$1} +$0
\ No newline at end of file |