[tex4ht] [bug #378] Wrong MathML output for numbers

Michal Hoftich michal.h21 at gmail.com
Wed Feb 14 11:28:38 CET 2018


Follow-up Comment #3, bug #378 (project tex4ht):

I've created a new library for make4ht, `make4ht-domfilter`. It can modify the
document's DOM using Lua functions. The <mn> as well as <span> issue can be
fixed using `joincharacters` filter:


 
local domfilter = require "make4ht-domfilter"
local process = domfilter {"joincharacters"}
Make:match("html$", process)


It can be also requested on the command line using


make4ht -f html5+common_domfilters filename.tex



    _______________________________________________________

Reply to this item at:

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

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



More information about the tex4ht mailing list