Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notebook: '%html $x<y$' doesn't work right #4316

Closed
jhpalmieri opened this issue Oct 17, 2008 · 1 comment
Closed

notebook: '%html $x<y$' doesn't work right #4316

jhpalmieri opened this issue Oct 17, 2008 · 1 comment

Comments

@jhpalmieri
Copy link
Member

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&lt;-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?

Component: notebook

Keywords: notebook, %html

Issue created by migration from https://trac.sagemath.org/ticket/4316

@mwhansen
Copy link
Contributor

comment:1

This is a duplicate of #4245.

@mwhansen mwhansen removed this from the sage-3.4.1 milestone Jan 24, 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants