Improvements to the tex snippets by rene vergara.
This commit is contained in:
parent
61291ecd83
commit
4cc1996f6c
@ -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:
|
||||
|
@ -1364,6 +1364,7 @@ Contributors listed in chronological order:
|
||||
Matthew Strawbridge (pxc)
|
||||
Josh Strater (jstrater)
|
||||
jinzhu
|
||||
Rene Vergara (ravl1084)
|
||||
|
||||
Thank you for your support.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user