Le vendredi 11 novembre 2011 à 09:52 -0800, Vincent MAILLE a écrit : > Hi, > > I found the latax command to convert a Sympy object to LaTeX format, > but, I’m looking for convert a LaTeX expression to Sympy format, is it > possible?
No, there is no parser for LaTeX yet. Reusing code from mathtex or plastex would be a start, but I guess that the difficult part is to rebuild a mathematical expression tree from the printing representation. > > Thanks. > > Vincent > > P.S : is there a French community of Sympy users ? > No, there isn't. ISTR the same question being asked before, maybe we should create a sympy-fr mailing-list? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
