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 + Citation-Style-Language not compiling? #65

Open
nickw2066 opened this issue Jun 20, 2024 · 2 comments
Open

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

nickw2066 opened this issue Jun 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@nickw2066
Copy link

nickw2066 commented Jun 20, 2024

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

  • TeX distribution: MacTeX 2023, Overleaf
  • Package citation-style-language version: v0.5.0 (my computer), v0.4.2 (Overleaf)
  • LaTeX engine: lualatex

To Reproduce

\documentclass{article}
\usepackage{babel}
\usepackage{citation-style-language}
\begin{document}
test
\end{document}
@zepinglee
Copy link
Owner

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?

@zepinglee zepinglee added the bug Something isn't working label Jun 20, 2024
@nickw2066
Copy link
Author

nickw2066 commented Jun 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants