#6608: [with patch, needs review] nodetex is broken
------------------------+---------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: defect | Status: new
Priority: minor | Milestone: sage-4.1.1
Component: misc | Keywords:
Reviewer: | Author: John Palmieri
Merged: |
------------------------+---------------------------------------------------
If you type (at the command line)
{{{
latex.blackboard_bold?
}}}
you get the docstring for this, but it is missing all of the backslashes.
This is because the docstring is being processed by the {{{detex}}}
function, but it's not supposed to be: the docstring contains a "nodetex"
directive. (You can see the backslashes and the "nodetex" directive if
you type {{{latex.blackboard_bold??}}}.)
The attached patch makes this work again. Test with the above, or with
{{{view?}}} or with {{{sage.misc.sagedoc.detex?}}}, for instance.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6608>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---