diff options
Diffstat (limited to 'snippets/latex-mode')
-rw-r--r-- | snippets/latex-mode/paragraph-star | 5 | ||||
-rw-r--r-- | snippets/latex-mode/section-star | 5 | ||||
-rw-r--r-- | snippets/latex-mode/subsection-star | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/snippets/latex-mode/paragraph-star b/snippets/latex-mode/paragraph-star new file mode 100644 index 0000000..3f00208 --- /dev/null +++ b/snippets/latex-mode/paragraph-star @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# key: ps +# -- +\paragraph*{$1} +$0
\ No newline at end of file diff --git a/snippets/latex-mode/section-star b/snippets/latex-mode/section-star new file mode 100644 index 0000000..9ff6437 --- /dev/null +++ b/snippets/latex-mode/section-star @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# key: ss +# -- +\section*{$1} +$0
\ No newline at end of file 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 |