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

$0