latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
29 stars 13 forks source link

babel/spanish with natbib causes hooks error #415

Open John02139 opened 1 month ago

John02139 commented 1 month ago
\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 commented 1 month ago

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