Skip to content

Releases: fred-wang/TeXZilla

TeXZilla 1.0.2.0

21 Sep 10:44
Compare
Choose a tag to compare
  • Do not make uppercase greek letter italic #71
  • Convert dash (U+2D) to minus sign (U+2212) #70
  • Improve the custom la-tex element demo (renamed and updated to custom elements/shadow dom v1, use MutationObserver etc).
  • Add example "Gamma with integral, large operator and square root"

TeXZilla 1.0.1

28 Apr 15:35
Compare
Choose a tag to compare
  • 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

23 Mar 10:42
Compare
Choose a tag to compare
  • Do not used named spaces for MathML lengths #60
  • Always use explicit units #43
  • Update demo page 8fd224a
  • Quote research paper showing that TeXZilla has performed as the best tool according to runtime performances #57

TeXZilla 0.9.9

28 Mar 21:44
Compare
Choose a tag to compare
  • 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

26 Sep 11:06
Compare
Choose a tag to compare
  • 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

03 Jun 13:00
Compare
Choose a tag to compare

Enhancement to the public API and command line interface.

TeXZilla 0.9.4

25 Feb 14:46
Compare
Choose a tag to compare

Release for use in the CKEditor plugin.

TeXZilla 0.9.2

22 Feb 18:13
Compare
Choose a tag to compare

Release version for use in the Firefox add-on

TeXZilla 0.9

25 Jan 17:27
Compare
Choose a tag to compare

Initial release.