brucemiller / LaTeXML

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

Add support for bibentry.sty #2426

Open dexhunter opened 3 weeks ago

dexhunter commented 3 weeks ago

I tried with the following command to render my latex cv to html, but it will always be rendered with references title instead of inserting directly to the place, I am not sure what I am missing there

latexml --dest ref.bib.xml ref.bib --bibtex
latexml --dest cv.xml  cv.tex --preload=bibentry.sty --preload=natbib.sty
latexmlpost --dest cv.html --bibliography=ref.bib.xml cv.xml

my source file is there, I am seeing this one

Screenshot 2024-10-11 at 5 12 37 PM

while I am expecting it to look like the pdf

Screenshot 2024-10-11 at 5 13 00 PM

Any help is appreciated, thank you in advance!

dginev commented 3 weeks ago

The short answer is that latexml does not yet support bibentry.sty.

I will rename the issue as a request for support.