summaryrefslogtreecommitdiffstats
path: root/etc/yasnippet/snippets/latex-mode/section
blob: e1a27101360285785b7af7dbd7eb0374133153cd (plain) (blame)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: section
# key: s
# --
\section{${1:name}}
\label{sec:${2:label}}

$0