summaryrefslogtreecommitdiffstats
path: root/etc/yasnippet/snippets/latex-mode/subsection
diff options
context:
space:
mode:
Diffstat (limited to 'etc/yasnippet/snippets/latex-mode/subsection')
-rw-r--r--etc/yasnippet/snippets/latex-mode/subsection8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/yasnippet/snippets/latex-mode/subsection b/etc/yasnippet/snippets/latex-mode/subsection
new file mode 100644
index 0000000..ddfa13d
--- /dev/null
+++ b/etc/yasnippet/snippets/latex-mode/subsection
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: subsection
+# key: ss
+# --
+\subsection{${1:name}}
+\label{sec:${2:label}}
+
+$0 \ No newline at end of file