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

8 lines
203 B
Plaintext

# -*- mode: snippet -*-
# contributor : Marcio M. Ribeiro <marcio.mr@gmail.com>
# key: cite
# group: references
# name : \cite
# --
\cite{${1:label$(unless yas/modified-p (car (reftex-citation 't)))}}$0