update
This commit is contained in:
parent
2bc02b8fb2
commit
c1e87b0b1a
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,14 @@ snippet fr "fraction"
|
|||
\\frac{$1}{$2}$0
|
||||
endsnippet
|
||||
|
||||
snippet sq "square root"
|
||||
\\sqrt{$1}$0
|
||||
endsnippet
|
||||
|
||||
snippet rt "root"
|
||||
\\sqrt[${1:3}]{${2:x}}$0
|
||||
endsnippet
|
||||
|
||||
snippet br "{}"
|
||||
\\lbrace $1 \\rbrace$0
|
||||
endsnippet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue