Releases: fred-wang/TeXZilla
Releases · fred-wang/TeXZilla
TeXZilla 1.0.2.0
TeXZilla 1.0.1
- internal refactoring to generate a temporary abstract tree structure instead of a string #10
- avoid extra mstyle attribute when setting mathvariant/mathcolor/mathbackground attributes on token elements #61
- avoid using mathvariant attribute on token elements when direct transformed characters can be used #62
TeXZilla 1.0.0
TeXZilla 0.9.9
- Add the main script in package.json so that we can require the package from anywhere #41
- Add examples for using TeXZilla in Python, Perl, Ruby programs
- Fix a couple of LaTeX AMS mappings now that they are fixed in the W3C's unicode.xml #36
- Cleanup the this.parseError code to remove dead code #39
- Wrap the content of TeXZilla-min.js in an anonymous function to protect the "use strict" declaration as well as global variables generated by Google Closure Compiler #40
- Remove redundant regexp for bold numbers
TeXZilla 0.9.8
- Align with itex2MML's revision 74: set explicit @DisplayStyle corresponding to LaTeX environments. This makes it work again with rendering engines that comply with the MathML standard regarding the displaystyle behavior (Gecko 29).
- Fix many wrong mappings of LaTeX character commands that were due to errors in the upstream unicode.xml. We now only use the "AMS" set from unicode.xml and adds the itex2MML commands.
- Make TeXZilla compatible with Rhino 7.
- Add an example that uses shadow DOM and Web Components Custom Element
- Add an example to use TeXZilla from a Java program.
- Remove the token names from the error message
TeXZilla 0.9.7
Enhancement to the public API and command line interface.
TeXZilla 0.9.4
Release for use in the CKEditor plugin.
TeXZilla 0.9.2
Release version for use in the Firefox add-on
TeXZilla 0.9
Initial release.