9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor : Mads D. Kristensen <madsdk@gmail.com>
|
|
# key : sec
|
|
# group: sections
|
|
# name : \section
|
|
# --
|
|
\section{${1:name}}
|
|
\label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
|
|
$0 |