Comment #7 on issue 1490 by ryanlists: LatexPrinter doprint inline=None
http://code.google.com/p/sympy/issues/detail?id=1490
inline=False must be longer than inline=True. inline=True mean the
equation is
within a sentence like $x+y$. inline=False should be the biggest one
because it is
putting the equation in an equation environment. So, inline=False
means "put it in
an equation environment" like
\begin{equation*}
x+y
\end{equation*}
I needed a third option for my report generation code and took advantage of
the fact
that while bool(None) = False, there is an additional test for inline is
None. I
want just 'x+y' with no wrapping.
Does that make sense?
--
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
-~----------~----~----~----~------~----~------~--~---