Skip to content

Incompatibilities with texh4t #310

@simifilm

Description

@simifilm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions