latex-snippets icon indicating copy to clipboard operation
latex-snippets copied to clipboard

Vim + LaTeX snippets setup

Results 9 latex-snippets issues
Sort by recently updated
recently updated
newest added

Snippets with "math()" contexts don't work in any math environment. Math context currently defined as ``` def math(): return vim.eval('vimtex#syntax#in_mathzone()') == '1' ``` Nor does it work for me when...

I get this error when opening vim documets: E185: Cannot find color scheme 'wal' and the color scheme doesn't change. Is there a way to set "wal" manually?

I have been using these snippets for writing papers for a while now, and I love them. Here are a couple of shortcuts I added specifically for asymptotic notation (O(n),...

Hi could u please post your dotfiles for bspwm and your statusbar!

I didn't have symbols like \R defined, you may want to remove these dependencies from your snips. This PR does mostly that. use \( \) instead of $$ collect snippets...

Hello, Your blog and github repositories are very useful to get ideas about writing in LaTeX fast. I wonder you could post your vimrc file to look at it to...

I really appreciate the idea of inline calculation as provided by sympy and mma, and I've noticed a package named "latex2sympy2", which converts LaTeX expressions directly into sympy and makes...

The math context based snippets don't expand in \empheq environment for me. How do I include \empheq (or any other custom environment) in texMathZones? Thanks!