Hi,
on my RaspPi I've tried to convert a LaTeX-Expression to Wolfram Language with the command ToExpression. Sadly the output doesn't give me the expression in Wolfram Language but tries to give a graphic which is not good because I'm just operating from the command line.
In[1] := ToExpression["\\sqrt{xy}",TeXForm]
can't open display ":25" <-- here I expect: Out[1] := Sqrt[xy]
Is there any way to convert LaTeX-Expressions to Wolfram Language?
Best regards,
Tom