The maple output in the notebook is ugly since the linebreaks don't
line up.

For example

expand((a+b)^20);

produces

a^20+20*b*a^19+190*b^2*a^18+1140*b^3*a^17+4845*b^4*a^16+15504*b^5*a^15+3\
8760*b
^6*a^14+77520*b^7*a^13+125970*b^8*a^12+167960*b^9*a^11+184756*b^10*a^10+
\
167960
*b^11*a^9+125970*b^12*a^8+77520*b^13*a^7+38760*b^14*a^6+15504*b^15*a^5+4\
845*b^
16*a^4+1140*b^17*a^3+190*b^18*a^2+20*b^19*a+b^20

When I try changing the Maple screenwidth via

interface(screenwidth=70);

then bad things happen.

Is there a way to change the character width of a notebook cell?

Bad things also happen if I try

interface(prettyprint=1);

It would be nice to get Maple prettyprint=1 style output, as when
maple_console() is used on the command line. Is that possible?

--~--~---------~--~----~------------~-------~--~----~
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/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to