-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
Description
I don't know whether this belongs here or should go to the tex4ht bug tracker, but there are currently serious issues when trying to use biblatex and tex4ht.
Take the following MWE:
\documentclass{article}
\begin{filecontents}{test.bib}
@book{Hiemenz,
author={Hiemenz},
title={Polymer Chemistry}
}
\end{filecontents}
\usepackage{hyperref}
\usepackage[backend=biber, hyperref=auto, backref=true]{biblatex}
\bibliography{test}
\begin{document}
Here comes a quotation \cite{Hiemenz}.
\printbibliography
\end{document}
When running the sequence mk4ht oolatex tesfile – biber tesfile – mk4ht oolatex testfile, no error is produced, but the resulting ODT file doesn't contain the resolved citation.
And this is only with the simplest MWE. With a more complex document I get all kind of strange errors, which are rather hard to debug. I guess my real question is whether the respective developers are aware of the problems.