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/spanish with natbib causes hooks error #415

Open
John02139 opened this issue Aug 2, 2024 · 1 comment
Open

babel/spanish with natbib causes hooks error #415

John02139 opened this issue Aug 2, 2024 · 1 comment
Labels
area: babel currently incompatible package or class package or class that doesn't work with current version of tagging code

Comments

@John02139
Copy link

\DocumentMetadata{%
	pdfstandard=a-4f,
	pdfversion=2.0,
	lang=en-US,
	testphase={phase-III},
}
\documentclass{article}
\usepackage[T1]{fontenc}

\usepackage{natbib}

\usepackage[spanish,main=english]{babel} 
%\usepackage[french,german,polish,japanese,main=english]{babel} 

% spanish triggers ! LaTeX hooks Error: Generic hooks cannot be added to '\@lbibitem', if natbib is loaded
% french, german, and various other languages do not trigger this error.

\begin{document}
\section{Introduction}
    Some text.
\end{document}
@u-fischer
Copy link
Member

similar to the previous issue with french. Here it is the active >.

@FrankMittelbach FrankMittelbach added currently incompatible package or class package or class that doesn't work with current version of tagging code area: babel labels Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: babel currently incompatible package or class package or class that doesn't work with current version of tagging code
Projects
None yet
Development

No branches or pull requests

3 participants