[tex4ht] biblatex+french incompatibility

Oleg Domanov odomanov at yandex.ru
Sun Jan 20 12:30:14 CET 2013


Hello,

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.

I use texlive 2012 on windows.

\RequirePackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@BOOK{book:a,
 author = {Author},
 title = {Title},
}
\end{filecontents*}
\documentclass[french,english]{article}% works fine without french
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{biblatex}
\addbibresource{\jobname.bib}

\begin{document}
\cite{book:a}
\printbibliography
\end{document}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex4ht/attachments/20130120/3c4b781f/attachment.html>


More information about the tex4ht mailing list