[tex-live] htlatex biblatex/biber in tl2015prtest

Philippe Spiesser spiesser at laas.fr
Thu May 28 17:50:57 CEST 2015


Hello,

Since I use updated TL2015-prtest, this example don't give any 
bibliographic references when I use htlatex, biblatex with biber backend 
; it's OK only when I use bibtex backend.

Always with tl2015, it's OK with pdflatex and biblatex/biber.

It's also OK with texlive-2014 for htlatex and pdflatex and biblatex 
with biber or bibtex.
I think
Here is the example :

\documentclass[a4paper]{article}

\RequirePackage{ifpdf}
\RequirePackage[francais]{babel}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\ifpdf
\RequirePackage{hyperref}
\else
\RequirePackage[tex4ht]{hyperref}
   \makeatletter
   \AtBeginDocument{\let\FDP at space\FDP at colonspace}
   \makeatother
\fi
\RequirePackage[sorting=none,defernumbers=true,bibencoding=utf8,backend=biber]{biblatex}

\begin{filecontents}{tohtml.bib}
@online{texlive,
     title = {TeX Live},
     url = {https://tug.org/texlive/},
     organization = {TeX Users Group},
     year =       {2014}
}
\end{filecontents}

\addbibresource{tohtml.bib}
\defbibnote{web}{Banalités de base}

\begin{document}
\nocite{*}
\printbibliography[prenote=web, type=online, notkeyword=mandatory, 
heading=none]
\end{document}


Regards

-- 

	Philippe Spiesser



More information about the tex-live mailing list