#4316: notebook: '%html $x<y$' doesn't work right
------------------------+---------------------------------------------------
Reporter: jhpalmieri | Owner: boothby
Type: defect | Status: new
Priority: minor | Milestone: sage-3.2
Component: notebook | Keywords: notebook, %html
------------------------+---------------------------------------------------
If I type
{{{
%html some math: $x<y$.
}}}
in the notebook, then the "<y" gets swallowed. (If I "Edit" the worksheet,
I see
{{{
<html><font color='black'>some math: <span
class="math">x<y</span>.</font></html>
}}}
but in the worksheet view I see "some math: x.")
Putting a space between "<" and "y" fixes the problem. Also,
{{{
%html some math: $x<6y$.
}}}
works just fine, and the same with $x<-y$ and similar things; the problem
seems to just be with "<" followed by a letter. The greater than sign
seems to present no problems.
Is this related to (or the same problem as) #4245?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4316>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---