tex 0.1.1
tex: ^0.1.1 copied to clipboard
Tiny TeX to SVG engine by Andreas Schwenk. Glyphs are taken from MathJax.
0.1.1 #
- integrals via \int
- (initial) support for sums and products via \sum and \prod
- spacing via , and ~
0.1.0 #
- initial support for matrices
- restructured and simplified code
- bug fixes
0.0.7 #
- support for macros (yet w/o parameters)
- added glyphs: decimal point, braces, emptyset
- extended example page
0.0.6 #
- bug fixes
0.0.5 #
- inline text rendering is now correctly vertical aligned
- basic support for \sqrt
- SVG output is not any more hierarchically; all glyphs have global coordinates
- increased code readability
- added code comments
0.0.4 #
- image width encoded into SVG data
- API offers scaling factor
- better support for fractions
- inline equation examples on demo page (alignment is still WIP)
0.0.3 #
- code documentation
0.0.2 #
- added rudimentary support for fractions
- added \sin, \cos, ...
- minor fixes
0.0.1 #
- Initial version.