Skip to content

Commit 5094d36

Browse files
Aster89lpil
authored andcommitted
TeX: remove spurious line breaks
1 parent c7e61b7 commit 5094d36

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

snippets/tex.snippets

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -390,63 +390,48 @@ snippet hrefc
390390
# enquote from package csquotes
391391
snippet enq enquote
392392
\\enquote{${1:${VISUAL:text}}} ${0}
393-
394393
# Time derivative
395394
snippet ddt time derivative
396395
\\frac{d}{dt} {$1} {$0}
397-
398396
# Limit
399397
snippet lim limit
400398
\\lim_{{$1}} {{$2}} {$0}
401-
402399
# Partial derivative
403400
snippet pdv partial derivation
404401
\\frac{\\partial {$1}}{\\partial {$2}} {$0}
405-
406402
# Second order partial derivative
407403
snippet ppdv second partial derivation
408404
\\frac{\\partial^2 {$1}}{\\partial {$2} \\partial {$3}} {$0}
409-
410405
# Ordinary derivative
411406
snippet dv derivative
412407
\\frac{d {$1}}{d {$2}} {$0}
413-
414408
# Summation
415409
snippet summ summation
416410
\\sum_{{$1}} {$0}
417-
418411
# Shorthand for time derivative
419412
snippet dot dot
420413
\\dot{{$1}} {$0}
421-
422414
# Shorthand for second order time derivative
423415
snippet ddot ddot
424416
\\ddot{{$1}} {$0}
425-
426417
# Vector
427418
snippet vec vector
428419
\\vec{{$1}} {$0}
429-
430420
# Bar
431421
snippet bar bar
432422
\\bar{{$1}} {$0}
433-
434423
# Cross product
435424
snippet \x cross product
436425
\\times {$0}
437-
438426
# Dot product
439427
snippet . dot product
440428
\\cdot {$0}
441-
442429
# Integral
443430
snippet int integral
444431
\\int_{{$1}}^{{$2}} {$3} \\: d{$4} {$0}
445-
446432
# Right arrow
447433
snippet ra rightarrow
448434
\\rightarrow {$0}
449-
450435
# Long right arrow
451436
snippet lra longrightarrow
452437
\\longrightarrow {$0}

0 commit comments

Comments
 (0)