Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1389 by fabian.seoane: pretty should have an option to disable
line wrapping
http://code.google.com/p/sympy/issues/detail?id=1389
Line wrapping might not be a good idea when output is not a console
For example, the following script creates an html document:
x = sympy.Symbol('x')
print "<pre>"+ sympy.pretty(sympy.solve(x**5+x-1, x))+"</pre>"
I attach a picture showing looks like.
BTW, pretty's options are not documented
Attachments:
Picture 10.png 217 KB
--
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
-~----------~----~----~----~------~----~------~--~---