dotfiles/user-config/emacs/.emacs.d/etc/snippets/latex-mode/cha.yasnippet

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