brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
961 stars 101 forks source link

Fix #2113 #2150

Closed tkw1536 closed 1 year ago

tkw1536 commented 1 year ago

As noted in #2113 there is a possible typo in MakeBibliography.pm naming an attribute ltx:title as opposed to ltx:bib-title. This PR fixes the typo.

Note: I am unsure if this part of the code is covered by any of the existing test cases, this one should probably be tested manually.

brucemiller commented 1 year ago

You're right, there doesn't seem to be a test; but ltx:title can't be right.

Thanks for the report & fix!