unix-conf/.emacs.d/snippets/latex-mode/ssub.yasnippet

9 lines
269 B
Plaintext
Raw Normal View History

2019-08-19 15:13:14 +00:00
# -*- mode: snippet -*-
# contributor : Mads D. Kristensen <madsdk@gmail.com>
# key: ssub
# group: sections
# name : \subsubsection
# --
\subsubsection{${1:name}}
\label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
$0