Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TL 2013 pretest - biblatex and polyglossia incompatability?

207 views
Skip to first unread message

Rembrandt Wolpert

unread,
May 22, 2013, 6:30:48 AM5/22/13
to
Biblatex in connection with polyglossia fails in short working example
below with the message:

! Package biblatex Error: Patching 'babel' package failed.

Since I need both polyglossia and biblatex what can I do? -- Apart from
putting the old polyglossia (TL 2012) into my texmf-local (which makes
it work again as expected - not a long-term solution).

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Courier}

%% biblatex works fine with:
%\usepackage[english]{babel}

%% biblatex fails with:
\usepackage{polyglossia}
\setmainlanguage{english}

\usepackage[autostyle]{csquotes} % irrelevant at this stage

\usepackage[notes,backend=biber]{biblatex-chicago}
\bibliography{../book} %irrelevant - it fails even without citation


\begin{document}
Not even a sentence (no verb), without even a citation.
\end{document}


Thanks,
Rembrandt

Denis Bitouzé

unread,
May 22, 2013, 8:11:15 AM5/22/13
to
Le mercredi 22/05/13 à 12h30,
Rembrandt Wolpert <r.f.w...@gmail.com> a écrit :

> Biblatex in connection with polyglossia fails in short working example
> below with the message:
>
> ! Package biblatex Error: Patching 'babel' package failed.
>
> Since I need both polyglossia and biblatex what can I do?

Make a bug report here:

https://github.com/plk/biblatex/issues

with the following, much more minimal, complete example:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage{english}
\usepackage{biblatex}
\begin{document}
Test
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

> Thanks,

You're welcome.
--
Denis

Christoph Bersch

unread,
May 22, 2013, 8:17:52 AM5/22/13
to
Am 22.05.2013 12:30, schrieb Rembrandt Wolpert:
> Biblatex in connection with polyglossia fails in short working example
> below with the message:
>
> ! Package biblatex Error: Patching 'babel' package failed.

See https://github.com/plk/biblatex/issues/116

Christoph
0 new messages