[tex-live] Problem with Babel

Ulrike Fischer news3 at nililand.de
Thu Jun 27 11:35:28 CEST 2013


Am Thu, 27 Jun 2013 15:18:02 +0700 schrieb Robert B. Gozzoli:


 
> I will try the solution already forwarded to me, or I will go back to
> TeXLive2012, until the problem will be fixed in CTAN.

You could also try something like this:

\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage{english}
\makeatletter
\let\oriselect at language\select at language

\def\select at language#1{%
 \oriselect at language{#1}}
\makeatother

\usepackage{biblatex}

\begin{document}
blub
\end{document}

> I am forwarding the email to the biblatex maintainer too, just for
> information.

You should also inform the polyglossia maintainer: The easiest would
be if he defined \select at language in a way that it remains
patchable. Or if he and the babel maintainer agree about some hook
other packages can use to add code to \select at language.

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/



More information about the tex-live mailing list