In the docstring for latex.add_to_preamble() there is the doctest
line:

sage: latex.add_to_preamble("\\usepackage{xypic}")

This is correct and useful at the Sage command line, but in the
notebook when Sphinx-icated the escaped backslash displays as a single
backslash, which would look sensible to a user, but is clearly the
wrong usage.

The whole docstring leads with

r"""nodetex

Does the no-detex'ing need to be handled in the notebook docstring
display routines?  Or...?

I can make a ticket, but thought I'd start here for some more informed
ideas about where the problem lies and what it takes to fix this.

Thanks,
Rob


-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to