Arno Gourdol
Arno Gourdol
Added support for the amsmath commands. There is one issue remaining with delimiters: they only function with \left + \right commands. Some delimiters were previously defined as non-Bracket (i.e. \lfloor)...
Also worth noting, Symbola is missing a few codepoints: \gvertneqq, \lvertneqq, \ngeqq, \ngeqslant, \nleqq, \nleqslant. Perhaps those could be simulated with a \not + appropriate command?
I like the idea of comparing a JSON dump of LatexCmds (and CharCmds?). I'll look into that. Integrals (like `\int`, `\oint`, etc...) and **big operators** like `\bigvee` are of class...
I believe I've addressed all the previous comments. Here is the generated before/after comparison of LatexCmds. Let me know what you think and if there's anything else missing before merging...
The file `reference.html` should be a good indicator regarding the interop of the output since we compare it to MathJax (and codecogs if we enable it). I could add the...
The previous commit addressed the latest issues raised. After this commit, the collation looks like the attached PDF. Note that | is indeed defined, but it is an alias to...
If I may toot my own horn, you may also want to consider [MathLive ](https://github.com/arnog/mathlive) which has no dependencies on jQuery or other third-party libraries. It also fully support emojis...
These deprecated listeners have been removed. This is spelled out in the CHANGELOG, along with how to transition: https://github.com/arnog/mathlive/blob/master/CHANGELOG.md In general, before filing an issue, consulting the changelog might provide...
No activity in over two weeks. Closing.
It looks like you may not have the bash shell installed. It should be here: `C:\Program Files\git\bin\bash.exe` or `C:\Program Files (x86)\git\bin\bash.exe`. You may need to install (or re-install?) git: `https://git-scm.com/downloads`