We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c6f94 commit 75309fcCopy full SHA for 75309fc
snippets/tex.snippets
@@ -380,11 +380,11 @@ snippet lim limit
380
381
# Partial derivative
382
snippet pdv partial derivation
383
- \\frac{\\partial {$1}}{\partial {$2}} {$0}
+ \\frac{\\partial {$1}}{\\partial {$2}} {$0}
384
385
# Second order partial derivative
386
snippet ppdv second partial derivation
387
- \\frac{\partial^2 {$1}}{\partial {$2} \partial {$3}} {$0}
+ \\frac{\\partial^2 {$1}}{\\partial {$2} \\partial {$3}} {$0}
388
389
# Ordinary derivative
390
snippet dv derivative
@@ -416,7 +416,7 @@ snippet . dot product
416
417
# Integral
418
snippet int integral
419
- \\int_{{$1}}^{{$2}} {$3} \: d{$4} {$5}
+ \\int_{{$1}}^{{$2}} {$3} \\: d{$4} {$0}
420
421
# Right arrow
422
snippet ra rightarrow
0 commit comments