vim: Add · and // texmath snippets
This commit is contained in:
parent
4733695b53
commit
8aebf2d5de
|
@ -13,3 +13,11 @@ endsnippet
|
||||||
snippet si "Insert SI unit (only works with simple numbers)" w
|
snippet si "Insert SI unit (only works with simple numbers)" w
|
||||||
\SI{${1:amount}}{${2:unit}}
|
\SI{${1:amount}}{${2:unit}}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet · "Insert multiplication sign" A
|
||||||
|
\cdot $0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet // "Fraction" iA
|
||||||
|
\frac{$1}{$2}$0
|
||||||
|
endsnippet
|
||||||
|
|
Reference in a new issue