Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

babel 3.25: xelatex fails when \babelprovide is used #84

Closed
u-fischer opened this issue Oct 15, 2018 · 1 comment
Closed

babel 3.25: xelatex fails when \babelprovide is used #84

u-fischer opened this issue Oct 15, 2018 · 1 comment
Assignees

Comments

@u-fischer
Copy link
Member

\RequirePackage{latexbug}
\documentclass{article}
\usepackage[main=english]{babel}
\babelprovide[import]{german}

\begin{document}
abc
\end{document}

fails when compiled with xelatex
with

? 
! Missing \endcsname inserted.
<to be read again> 
                   \bbl@sbcp@english 

Imho the problem is in the new xelatex related code around line 1410 in babel.def

Log file (required) and possibly PDF file

test-utf8.log

(the bblopts.cfg mentioned in the log is an empty file, that I need to keep miktex for looking for it ...).

With babel 3.24 the file compiles fine.

@jbezos
Copy link
Contributor

jbezos commented Oct 17, 2018

Fixed and pushed (but a better fix is necessary).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants