ojsheikh / unicode-latex

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

Lacks basic logic symbols like \land #29

Open hongwen000 opened 3 years ago

stevengj commented 8 months ago

There are \wedge for logical () "and" and \vee for logical "or" (), I believe.

One could have multiple tab completions for the same symbol, of course (and there already are in some cases). Since the tab completions are taken from the Julia REPL (and are periodically updated from there?) one might submit a patch for Julia first and then pull an update over here.