Follow-up Comment #5, bug #226 (project tex4ht):

I've found an issue with this approach - the \PauseMathClass will prevent
correct tagging of nested structures. For example:

\mathit{\overline{a}+\overline{b}} 

This will result in  

<mover class='mml-overline' accent='false'><mrow>b</mrow><mo
accent='true'>¯</mo></mover>

The b character should be placed in <mi> element. So I think we should revert
back to the use of <mstyle>. 

The original issue of spurious <mi> elements for longer texts can be fixed
using post-processing - make4ht provides common_domfilters extension, which
does  exactly this.

    _______________________________________________________

Reply to this item at:

  <http://puszcza.gnu.org.ua/bugs/?226>

_______________________________________________
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/

Reply via email to