Author: dr.burnett
Description:
Currently, if I enter <math>x \sim N(\mu, \sigma^2)</math> then it is forced to
render as PNG because \sim won't convert to a tilde for HTML rendering.
Version: unspecified
Severity: minor
Author: dr.burnett
Description:
Currently, if I enter <math>x \sim N(\mu, \sigma^2)</math> then it is forced to
render as PNG because \sim won't convert to a tilde for HTML rendering.
Version: unspecified
Severity: minor
According to http://www.w3.org/TR/REC-html40/sgml/entities.html
There is a sim entity:
<!ENTITY sim CDATA "∼"
but in firefox it looks really different. I used ˜ instead
and commited that in trunk as r14314