tex 0.0.7 copy "tex: ^0.0.7" to clipboard
tex: ^0.0.7 copied to clipboard

Tiny TeX to SVG engine by Andreas Schwenk. Glyphs are taken from MathJax.

example/tex_example.dart

import 'package:tex/tex.dart';

void main() {
  var tex = TeX();
  var svgImageData = tex.tex2svg("x^2 + y^2");
  if (svgImageData.isEmpty) {
    print('Errors occurred: ${tex.error}');
  }
  print(svgImageData);
}
9
likes
0
pub points
63%
popularity

Publisher

verified publisherarts-and-sciences.com

Tiny TeX to SVG engine by Andreas Schwenk. Glyphs are taken from MathJax.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on tex