Peter Krautzberger
Peter Krautzberger
#358 introduced detection for full-width forms. A more advanced approach might use [string-width](https://github.com/sindresorhus/string-width) which handles more cases such as (some) combining characters. Note it's not perfect and won't help with...
Just a note to look into xyjax compatibility. I ran into issues when trying it out; will add more information later.
From https://github.com/mathjax/MathJax-node/pull/291#issuecomment-279818921 > We do add speakText twice if mml with alttext is the input, which technically isn't necessary. [...] > > A better solution would be nice, i.e., updating...
This is a continuation of #207. We jump through a few hoops to put the (dummy) speech text onto the output. It seems to me this piece could simply move...
[This has been separated from #111. ] If there is sufficient interest, we could enable the PreviewHTML in MathJax-node. The PreviewHTML an HTML/CSS output that's lower-quality (both in terms of...
The contents of the element are not included (but I believe the spec says they should be, cf. https://www.w3.org/WAI/PF/aria/roles#presentation) Example * `Hello` => `content: Hello` * `Hello` => (no content)
I once started [this](http://codepen.io/pkra/pen/RamLXY) (thanks to some helpful data from @AmerMathSoc), containing macros for those St Mary Rd glyphs that have Unicode positions. Maybe somebody wants to take this further.
Just a thought from the user group [Esint](http://ctan.org/pkg/esint) provides \int \iint \iiint \iiiint \dotsint \oint \oiint \varoiint \sqint \sqiint \ointctrclockwise \ointclockwise \varointclockwise \varointctrclockwise \fint \landupint \landdownint Unicode has http://unicode-search.net/unicode-namesearch.pl?term=INTEGRAL
Use https://groups.google.com/forum/#!topic/mathjax-users/CvM6tE0m3Rg Or discuss on asciimath or MathJax issue trackers.
- https://github.com/mathjax/MathJax-docs/wiki/Macro:-arc-symbol-under,-over - braket http://codepen.io/anon/pen/tgJqC - units https://groups.google.com/forum/?fromgroups#!searchin/mathjax-users/macro$20optional/mathjax-users/7Ghde1xXjzE/jf6-_KMAvhUJ - [color cancel](https://groups.google.com/forum/?fromgroups#!searchin/mathjax-users/macros/mathjax-users/tuFHn3EkSic/6NMAkL_CvqAJ) - [\textregistered](https://groups.google.com/forum/?fromgroups#!searchin/mathjax-users/macros/mathjax-users/ULB5A8c7wZI/5lByPbMUF1cJ) Compare also with list of TeX packages in the MathJax roadmap.