[tex-live] biblatex/biber problem in TL2015-pretest

Uwe Siart usenet at siart.de
Fri May 1 09:10:17 CEST 2015


Ulrike Fischer <news3 at nililand.de> writes:

> [...] but I can confirm that it doesn't like the titles of the entries
> Hamid:TB31-2-197 and Kubik:TB10-1-65. Someone should make a bug report
> for biber.

I can contribute yet another test case where biber 2.0 aborts with
error. It happens when the macro \DH (LATIN CAPITAL LETTER ETH) appears
e.g. in an author's name:

% ---------------------------------
\begin{filecontents}{bibertest.bib}
@InProceedings{bibkey1,
author       = {Namewith\DH},
title        = {Title},
booktitle    = {Booktitle},
location     = {Location},
date         = {2015-05-01},
langid       = {english},
}
\end{filecontents}
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{biblatex}
\addbibresource{bibertest.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
% ---------------------------------

-- 
Uwe



More information about the tex-live mailing list