summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
blob: 043f3227d3fdd83bc21d1885022206455141959d (plain) (blame)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: subsection
# key: ss
# --
\subsection{${1:name}}
\label{subsec:${2:label}}

$0