Hi, I'm a beginner of sympy, I found that using the Tex to render the output of math expression is so wonderful. I see on doc page here: Extended LaTeXModule for SymPy — SymPy 0.7.2 documentation - http://docs.sympy.org/0.7.2/modules/galgebra/latex_ex/latex_ex.html It shows some code which can show a x and alpha character, but the code don't works under my currently 0.7.5 version of sympy, here is what I get from Ipython xa = sympy.symbols('xalpha')
xa Out[18]: (I attach the output as an image) But what I expect the is result from the page http://docs.sympy.org/0.7.2/modules/galgebra/latex_ex/latex_ex.html So, my question is: do I need to add a special delimiter to separate characters, thanks. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/05d4ec11-af10-43df-bed0-f3c67dd83a34%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
