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

incorrect citation output with biblatex and bibtex8 backend #1231

Open
KonradHoeffner opened this issue Nov 4, 2024 · 0 comments
Open

incorrect citation output with biblatex and bibtex8 backend #1231

KonradHoeffner opened this issue Nov 4, 2024 · 0 comments

Comments

@KonradHoeffner
Copy link

KonradHoeffner commented Nov 4, 2024

When I compile the following document with pdflatex v3.141592653-2.6-1.40.26 and bibtex or latexmk -pdf v4.83 using texlive 2024.2-3, the citation gets correctly written as Lastname and Anotherlastname 2024.
However when I use tectonic v0.15.0-2 instead (default pacman Arch Linux package "tectonic"), I get the incorrect output “Article Title” 2024.

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[backend=bibtex8,bibencoding=ascii,style=authoryear]{biblatex}
\begin{filecontents}{mwe.bib}
@article{mwe,  
  title={Article Title},
  author={Firstname Lastname and Anotherfirstname Anotherlastname},
  journal={Journalname},
  volume={123},
  number={1},
  pages={1234--2345},
  year={2024}
}
\end{filecontents}
\addbibresource{mwe.bib}
\begin{document}
\cite{mwe}
\printbibliography
\end{document}
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

1 participant