Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 532 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 532 Bytes

snippets-tex-equations

Simplify the LaTeX equation typing by Ultisnips

Snippets

  • pdfrac<TAB> => \dfrac{\partial $}{\partial $}

    • You can easily use \dif or other customized here, by the default insert of Ultisnips
  • mbf => \mathbf{$}

  • \left?

    • \left( => \left( $ \right)
    • \left[ => \left[ $ \right]
    • \left{ => \left{ $ \right}
    • \left< => \left< $ \right>
  • \left??

    • \left.| => \left. $ \right|
    • Others alike
  • \SI{num}{unit}

    • \SI9.8ms-2 => \SI{9.8}{ms^{-2}}