Skip to main content

latex - Problem with converting frac into mathematica output



Please help me with the following problem:



TeXForm[2/3]

The Answer is correct:


"\frac{2}{3}"

I don't understand why Mathematica gives me a wrong inverse:


ToExpression["\frac{2}{3}", TeXForm]

The Answer is:


23 a c r



Comments