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