Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert asciimath to latex

i am developing a maths portal at some point i need to convert asciimath format expression to latex format expression. how it will possible ? I am using mathjax.

like image 598
prudhvi259 Avatar asked Sep 15 '16 11:09

prudhvi259


1 Answers

There is a PHP and JS script available in the asciimath repository (under /asciimath-based), see https://github.com/asciimath/asciimathml/tree/master/asciimath-based.

But there's no integration of those tools into MathJax at this time.

like image 137
Peter Krautzberger Avatar answered Sep 30 '22 13:09

Peter Krautzberger