zepinglee / citeproc-lua

A Lua implementation of the Citation Style Language (CSL)
MIT License
62 stars 7 forks source link

Babel + Citation-Style-Language not compiling? #65

Open nickw2066 opened 1 week ago

nickw2066 commented 1 week ago

Describe the bug The simple code below does not compile, either on my computer or on Overleaf. Do you know what I'm doing wrong?

Additional information

To Reproduce

\documentclass{article}
\usepackage{babel}
\usepackage{citation-style-language}
\begin{document}
test
\end{document}
zepinglee commented 1 week ago

Thanks for your report and I can reproduce the bug. I find that \usepackage[english]{babel} works but \usepackage{babel} doesn't. Are you sure that babel is loaded without the language option?

nickw2066 commented 1 week ago

Thank you. This is my mistake. I was trying to fix an issue with Greek characters in URLs in website citations but it turns out that citation-style-language is not the problem, my PDF viewer is. Thank you for your help.