GitXplorerGitXplorer
z

snippets-tex-equations

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
bda2d8c15ad81fbceda61fb6acd44b230f6159ad

README

zzhujinxuan committed 7 years ago
Unverified
1d7d7913c137057f487f78c3eb20c68fd7d0a137

README

zzhujinxuan committed 7 years ago
Unverified
2512b0aa34f38e505a644ec27a94612913a34cfd

README

zzhujinxuan committed 7 years ago
Unverified
98569bf0a5502c5cdb78e6a030aa0e3fbd95cd1f

README

zzhujinxuan committed 7 years ago
Unverified
76cb533723611f13fdfff5fb7d23ab959bc14a2b

README

zzhujinxuan committed 7 years ago
Unverified
c183660a2589bb5498146a8838bfb413d6d11fa8

\SI

zzhujinxuan committed 8 years ago

README

The README file for this repository.

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