File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -390,63 +390,48 @@ snippet hrefc
390
390
# enquote from package csquotes
391
391
snippet enq enquote
392
392
\\ enquote{${1: ${VISUAL:text } }} ${0}
393
-
394
393
# Time derivative
395
394
snippet ddt time derivative
396
395
\\ frac{d}{dt} {$1 } {$0 }
397
-
398
396
# Limit
399
397
snippet lim limit
400
398
\\ lim_{{$1 }} {{$2 }} {$0 }
401
-
402
399
# Partial derivative
403
400
snippet pdv partial derivation
404
401
\\ frac{\\ partial {$1 }}{\\ partial {$2 }} {$0 }
405
-
406
402
# Second order partial derivative
407
403
snippet ppdv second partial derivation
408
404
\\ frac{\\ partial^2 {$1 }}{\\ partial {$2 } \\ partial {$3 }} {$0 }
409
-
410
405
# Ordinary derivative
411
406
snippet dv derivative
412
407
\\ frac{d {$1 }}{d {$2 }} {$0 }
413
-
414
408
# Summation
415
409
snippet summ summation
416
410
\\ sum_{{$1 }} {$0 }
417
-
418
411
# Shorthand for time derivative
419
412
snippet dot dot
420
413
\\ dot{{$1 }} {$0 }
421
-
422
414
# Shorthand for second order time derivative
423
415
snippet ddot ddot
424
416
\\ ddot{{$1 }} {$0 }
425
-
426
417
# Vector
427
418
snippet vec vector
428
419
\\ vec{{$1 }} {$0 }
429
-
430
420
# Bar
431
421
snippet bar bar
432
422
\\ bar{{$1 }} {$0 }
433
-
434
423
# Cross product
435
424
snippet \x cross product
436
425
\\ times {$0 }
437
-
438
426
# Dot product
439
427
snippet . dot product
440
428
\\ cdot {$0 }
441
-
442
429
# Integral
443
430
snippet int integral
444
431
\\ int_{{$1 }}^{{$2 }} {$3 } \\ : d{$4 } {$0 }
445
-
446
432
# Right arrow
447
433
snippet ra rightarrow
448
434
\\ rightarrow {$0 }
449
-
450
435
# Long right arrow
451
436
snippet lra longrightarrow
452
437
\\ longrightarrow {$0 }
You can’t perform that action at this time.
0 commit comments