Correct the ref snippet and add package snippet

This commit is contained in:
Rene Vergara 2013-04-21 18:21:36 -05:00
parent 61291ecd83
commit fff985021c

View File

@ -4,7 +4,7 @@ extends texmath
# LATEX SNIPPETS #
###########################################################################
snippet r "\ref{}" w
snippet r "\\ref{}" w
\ref{$1}
endsnippet
@ -122,4 +122,12 @@ ${0}
% subparagraph $2 (end)
endsnippet
###############
# Utilities #
###############
snippet pac "Package" b
\usepackage[${1:options}]{${2:package}}$0
endsnippet
# vim:ft=snippets: