ojsheikh / unicode-latex

A visual studio code extension to insert Unicode symbols given LaTeX symbol names
MIT License
28 stars 26 forks source link

add support for \leq and \geq #1

Closed tscholl2 closed 7 years ago

tscholl2 commented 7 years ago

I usually use \leq and \geq instead of \le and \ge. Is this the only change needed to use them? I don't know if there was a reason these didn't make the list, but I figured might as well send a PR. Great extension btw!

ojsheikh commented 7 years ago

I originally generated the list of expansions using the REPLCompletions package in julia (you can find it under scripts). Those two did not make the list because they were not in the REPLCompletions package in julia at the time. It would probably be best to add new symbols in a separate dictionary and merge the two dictionaries afterwards (so that they are not overwritten). Until I get around to doing that however, I'll accept this PR.