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

outdated

Tiny TeX to SVG engine by Andreas Schwenk

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);
}
11
likes
0
points
436
downloads

Publisher

verified publisherarts-and-sciences.com

Weekly Downloads

Tiny TeX to SVG engine by Andreas Schwenk

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on tex