Skip to content

Easy type the LaTeX equation by regex tricks in Ultisnips

Notifications You must be signed in to change notification settings

zhujinxuan/snippets-tex-equations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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}}

About

Easy type the LaTeX equation by regex tricks in Ultisnips

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published