mathjax / ctop

A JavaScript implementation of David Carlsle's Content-to-PresentationMathML xsl
Apache License 2.0
3 stars 5 forks source link

Add options for stylistic choices #30

Closed christianp closed 10 years ago

christianp commented 10 years ago

e.g. should curl be curl(a) or ∇×a?

pkra commented 10 years ago

Note to self. For the MathJax integration, we might want to consider @davidcarlisle's suggestion to prefer Presentation MML from annotation-xml elements -- if an author makes an effort to add a specific presentation, MathJax should probably honor it.

davidcarlisle commented 10 years ago

That suggestion isn't just mine: it is in the spec (although I may have written that bit:-)

http://www.w3.org/Math/draft-spec/chapter5.html#mixing.alternate.representations

Note that when a presentation MathML annotation is present in a semantics element, it may be used as the default rendering of the semantics element, instead of the default rendering of the first child.

christianp commented 10 years ago

ctop.js does use annotation-xml, so I'm closing this.