<div dir="ltr"><div>Hello,<br><br>The code below works fine when french is removed from the list of languages. With french, tex4ht (oolatex) replaces the entry key 'book:a' by 'book:{}a', so that biblatex does not find the citation.<br>





</div><br>I use texlive 2012 on windows.<br><div><br>\RequirePackage{filecontents}<br>
\begin{filecontents*}{\jobname.bib}<br>@BOOK{book:a,<br> author = {Author},<br> title = {Title},<br>}<br>\end{filecontents*}<br>\documentclass[french,english]{article}% works fine without french<br>\usepackage[T1]{fontenc}<br>






\usepackage{babel}<br>\usepackage{biblatex}<br>\addbibresource{\jobname.bib}<br><br>\begin{document}<br>\cite{book:a}<br>\printbibliography<br>\end{document}<br><br></div></div>