LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

Add support for bibentry.sty

Open dexhunter opened this issue 1 year ago • 1 comments

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!

dexhunter avatar Oct 11 '24 09:10 dexhunter

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

I will rename the issue as a request for support.

dginev avatar Oct 14 '24 19:10 dginev