Follow-up Comment #9, bug #315 (project tex4ht): Thank you, with config.cfg it looks good now, also for the full document:
$ make4ht -f xhtml -c config.cfg -e build.lua pms.tex fn-in [STATUS] make4ht: Conversion started [STATUS] make4ht: Input file: pms.tex [STATUS] make4ht: Conversion finished $ xmllint --noout --valid pms.html; echo $? 0 About the doctype issue: Whenever the warning about the unbalanced </p> occured, the first three lines of the resulting html file were: <!-- xml version="1.0" encoding="utf-8" ? --> <!DOCTYPE html> <!-- http://www.w3.org/TR/xhtml1/DTD/xhtml1ttransitional.dtd --> instead of the correct: <?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd --> _______________________________________________________ Reply to this item at: <https://puszcza.gnu.org.ua/bugs/?315> _______________________________________________ Message sent via/by Puszcza <https://puszcza.gnu.org.ua/>
