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 #
|
# LATEX SNIPPETS #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
snippet r "\ref{}" w
|
snippet r "\\ref{}" w
|
||||||
\ref{$1}
|
\ref{$1}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
@ -122,4 +122,12 @@ ${0}
|
|||||||
% subparagraph $2 (end)
|
% subparagraph $2 (end)
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
###############
|
||||||
|
# Utilities #
|
||||||
|
###############
|
||||||
|
|
||||||
|
snippet pac "Package" b
|
||||||
|
\usepackage[${1:options}]{${2:package}}$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
# vim:ft=snippets:
|
# vim:ft=snippets:
|
||||||
|
@ -1364,6 +1364,7 @@ Contributors listed in chronological order:
|
|||||||
Matthew Strawbridge (pxc)
|
Matthew Strawbridge (pxc)
|
||||||
Josh Strater (jstrater)
|
Josh Strater (jstrater)
|
||||||
jinzhu
|
jinzhu
|
||||||
|
Rene Vergara (ravl1084)
|
||||||
|
|
||||||
Thank you for your support.
|
Thank you for your support.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user