gillescastel / latex-snippets

Vim + LaTeX snippets setup
MIT License
1.03k stars 201 forks source link

Replace nonstandard latex #6

Open numEricL opened 4 years ago

numEricL commented 4 years ago

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 for sets together in one place use \mathbb{R} instead of \R for sets differentiate between math and non-math context (add inline mathmode when not in math context)