dotfiles/latexheader.yasnippet

8 lines
187 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: LaTeX header
# key: lhe
# condition: (= (current-column) 3)
# contributor: Rafael Villarroel (rvf0068@gmail.com)
# --
#+LATEX_HEADER: ${1:\usepackage{$2}}