Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1490 by ryanlists: LatexPrinter doprint inline=None
http://code.google.com/p/sympy/issues/detail?id=1490

When I use sympy.latex with my report generating code,
I handle the wrapping of equations in my code.  So, I
need the raw latex output without any wrapping.  I handled
this through adding the inline=None option in the doprint

method of the LatexPrinter (fairly small change).

Latex Printing: Added the option to have inline=None mean that the tex
output should not be wrapped at all (neither $...$ nor in an equation
environment).  The change is to doprint.  Also added a test for the

three posibilities of inline (None, True, and False).

The fix is on my github repo

git://github.com/ryanGT/sympy.git

in the inline branch.

Ryan



--
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 sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to