I'm using wolframalpha api to display the step-by-step solutions. The api returns each step in a plaintext form with the mathematical expression is not in Latex; therefore, it's really hard for me to render the view. Anyone know how to parse the WolframAlpha result to latex or anything that can be easily render on the web?
Asked
Active
Viewed 1,244 times
5
-
you mean the [TeXForm](https://reference.wolfram.com/language/ref/TeXForm.html) function? – ewcz Apr 18 '17 at 12:34
-
2yes, but i use directly from web api instead of using Wolfram mathematica. Could you show me how to do it? – ho__oh Apr 19 '17 at 04:56