When processing the bibliography latexmlpost only shows the number of errors encountered, but doesn't give any hint, what went wrong:
latexmlpost --verbose --verbose --verbose --dest=equations.html equations.xml
(MakeBibliography equations.html processing... [Converting bibliography equations/test.bib ...
Conversion complete: 1 error.
Status:conversion:2
... converted!] [using bibliographies test.bib] [154 bibentries, 9 cited] [DBStatus: 8195/0 objects] 13.45 sec)
With a big *.bib file, it can be quite painful to track down these errors. It would be nice, if latexmlpost would at least give the line number, where it encountered problems parsing or processing the *.bib file.
When processing the bibliography
latexmlpostonly shows the number of errors encountered, but doesn't give any hint, what went wrong:With a big
*.bibfile, it can be quite painful to track down these errors. It would be nice, iflatexmlpostwould at least give the line number, where it encountered problems parsing or processing the*.bibfile.