Re: strikethrough
David Carlisle <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
Two ways come to mind, you can use <menclose notation="updiagonalstrike"><mn>1</mn></mnotation> see http://www.w3.org/TR/MathML2/chapter3.html#presm.menclose Or you could use a combining slash character, as <mn>1̸</mn> x338 being / or use x336 for a horizontal strike. see http://www.unicode.org/charts/PDF/U0300.pdf Unfortunately support for combining characters and menclose in implementations isn't always as good as one might wish. David