Closed ThiloteE closed 2 years ago
Thanks for your feedback! I can reproduce the bug.
The citation-style-language
redefines several internal commands like \bibcite
and \bibstyle
for use in the .aux
file. babel
patches those commands as well, which causes the possible infinite loop error. I'll dig into it later.
Fixed in 2caad3b. In general the babel
package is supposed to be loaded before citation-style-language
.
❤
Hello, am just a user here. Not too deeply involved into any packages. Still, a BIG THANK YOU for this package! đź‘Ť My utmost gratitude!
The problem:
There seems to be a compatibility issue with the babel package (unless i configured it wrongly).
Minimal non-working example:
Here the bibliographic data:
Removing the line
\usepackage[english]{babel}
leads to a successful compilation within seconds.Additional info:
I used the version of the citation-style-language package from MiKTeX, which was packaged on 24.01.2022.