# -*- mode: snippet -*- # name: LaTeX class # key: lcl # condition: (= (current-column) 3) # contributor: Rafael Villarroel (rvf0068@gmail.com) # -- #+LATEX_CLASS: ${1:$$(yas/choose-value '("report" "book" "article"))}