projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
88faeabf1bb613601e1511613afce51a465f2d55
[~bandali/configs]
/
.emacs.d
/
etc
/
yasnippet
/
snippets
/
latex-mode
/
section
1
# -*- mode: snippet -*-
2
# name: section
3
# key: sec
4
# --
5
\section{${1:name}}
6
\label{sec:${2:label}}
7
8
$0