Updates:
        Labels: -Latex Printing

Comment #5 on issue 1490 by [email protected]: LatexPrinter doprint  
inline=None
http://code.google.com/p/sympy/issues/detail?id=1490

I am no Latex expert, but I find a bit confusing the inline=False option:

In [2]: latex(x*y, inline=False)
Out[2]: \begin{equation*}x y\end{equation*}

In [3]: latex(x*y, inline=None)
Out[3]: x y

because I would expect it to return the same as inline=None, and certainly  
not
something longer than inline=True.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to