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
390390# enquote from package csquotes
391391snippet enq enquote
392392 \\ enquote{${1: ${VISUAL:text } }} ${0}
393-
394393# Time derivative
395394snippet ddt time derivative
396395 \\ frac{d}{dt} {$1 } {$0 }
397-
398396# Limit
399397snippet lim limit
400398 \\ lim_{{$1 }} {{$2 }} {$0 }
401-
402399# Partial derivative
403400snippet pdv partial derivation
404401 \\ frac{\\ partial {$1 }}{\\ partial {$2 }} {$0 }
405-
406402# Second order partial derivative
407403snippet ppdv second partial derivation
408404 \\ frac{\\ partial^2 {$1 }}{\\ partial {$2 } \\ partial {$3 }} {$0 }
409-
410405# Ordinary derivative
411406snippet dv derivative
412407 \\ frac{d {$1 }}{d {$2 }} {$0 }
413-
414408# Summation
415409snippet summ summation
416410 \\ sum_{{$1 }} {$0 }
417-
418411# Shorthand for time derivative
419412snippet dot dot
420413 \\ dot{{$1 }} {$0 }
421-
422414# Shorthand for second order time derivative
423415snippet ddot ddot
424416 \\ ddot{{$1 }} {$0 }
425-
426417# Vector
427418snippet vec vector
428419 \\ vec{{$1 }} {$0 }
429-
430420# Bar
431421snippet bar bar
432422 \\ bar{{$1 }} {$0 }
433-
434423# Cross product
435424snippet \x cross product
436425 \\ times {$0 }
437-
438426# Dot product
439427snippet . dot product
440428 \\ cdot {$0 }
441-
442429# Integral
443430snippet int integral
444431 \\ int_{{$1 }}^{{$2 }} {$3 } \\ : d{$4 } {$0 }
445-
446432# Right arrow
447433snippet ra rightarrow
448434 \\ rightarrow {$0 }
449-
450435# Long right arrow
451436snippet lra longrightarrow
452437 \\ longrightarrow {$0 }
You can’t perform that action at this time.
0 commit comments