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&#x338;</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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.