Improvements to the tex snippets by rene vergara.

This commit is contained in:
Holger Rapp 2013-04-22 07:22:38 +02:00
parent 61291ecd83
commit 4cc1996f6c
2 changed files with 10 additions and 1 deletions

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:

View File

@ -1364,6 +1364,7 @@ Contributors listed in chronological order:
Matthew Strawbridge (pxc)
Josh Strater (jstrater)
jinzhu
Rene Vergara (ravl1084)
Thank you for your support.