.pdf text problem
I have found some problems with Sages .pdf files. These issues occur many times within one document. To point one out, line 11, page 4 of reference.pdf, there is a line that goes off the page. That particular problem seems to be consistent throughout the document. Is there any fix for this?
Edit: Here is the offending example:
sage: sage.plot.plot.EMBEDDED_MODE = True
sage: trace(print factor(10))
...
NotImplementedError: the trace command is not implemented in the Sage notebook; you must use the
at which point it goes off the page.