.emacs.d/snippets/latex-mode/cha.yasnippet
2020-01-13 15:14:54 +01:00

9 lines
257 B
Plaintext

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