asciimath / asciimathml

A new home for asciimathml
http://asciimath.org/
MIT License
957 stars 183 forks source link

Convert asciimath JavaScript output to PDF #145

Open swapsshah opened 1 year ago

swapsshah commented 1 year ago

We are using http://asciimath.org/ from mathjax JavaScript library to convert Formulas into LaTeX for our website https://www.calculatoratoz.com/.

We now need to dump the LaTeX output from asciimath (that is displayed in the browser) to a PDF. We have a list of Formulas that need to be compiled into a PDF.

Any pointers/ solutions/ libraries will be of great help.

Cheers!