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

biblatex option autolang=other does not work #106

Open
dcpurton opened this issue Jul 6, 2019 · 2 comments
Open

biblatex option autolang=other does not work #106

dcpurton opened this issue Jul 6, 2019 · 2 comments

Comments

@dcpurton
Copy link
Owner

dcpurton commented Jul 6, 2019

When using the biblatex option autolang=other, all entries end up in English regardless of what the default language document language.

MWE

\documentclass{article}
\usepackage[english,american,ngerman]{babel}
\usepackage{csquotes}
\usepackage[style=sbl,autolang=other]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
\null\vfill
Filler text \autocite{westfahl:space}.
Filler text \autocite{aksin}.
\printbibliography
\end{document}
@dcpurton
Copy link
Owner Author

dcpurton commented Jul 6, 2019

This is an issue with biblatex. See plk/biblatex#903

@dcpurton
Copy link
Owner Author

dcpurton commented Jul 6, 2019

Because biblatex-sbl automatically calls language=american to make sure american.lbx is loaded even when babel is not, this problem crops up. This might be a bit surprising if someone wants to change the autolang option, so probably needs to be mentioned in the manual.

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

1 participant