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

bibtex hangs on some accents #1185

Open
ejeandel opened this issue Apr 26, 2024 · 1 comment
Open

bibtex hangs on some accents #1185

ejeandel opened this issue Apr 26, 2024 · 1 comment

Comments

@ejeandel
Copy link

ejeandel commented Apr 26, 2024

The following MWE shows a document on which tectonic fails. Specifically it hangs while bibtexing.

\documentclass{article}
\begin{document}
\cite{buchi}
\bibliographystyle{alpha}
\bibliography{biblio}
\end{document}

The biblio.bib file is:

@Article{buchi,
  author = {Julius Richard B{\"u}chi},
  title = "{Turing-Machines and the Entscheidungsproblem}",
  journal = "Math. Annalen",
  year = "1962",
}

Notes: it doesn't hang if alpha is replaced by plain. It also doesn't hang when B{\"u}chi is replaced by Büchi.

Note: while not hanging, tectonic says "warning: internal consistency problem when checking if xxx.bbl changes", any idea why ?

Thanks,

E.

@CraftSpider
Copy link
Contributor

I think I encountered this as a bug and fixed it in #1163. I'll attempt to extract the fix as a small patch and PR it separately, see if that fixes this issue.

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

No branches or pull requests

2 participants