It seems like the biblatex interface changed slightly, and it now asks that a control sequence is defined to toggle a certain behaviour rather than an option passed to the package.
The option 'noerroretextools' is deprecated.
(biblatex) Define the control sequence '\blx@noerroretextools'
(biblatex) before loading biblatex instead.
This is probably blindgly obvious, but how do I define said control sequence? Seems like the @ character is causing me trouble if I try just using \newcommand.
\makeatletter\newcommand{\blx@noerroretextools}{}\makeatother. If this does not help, please provide a test file. – samcarter_is_at_topanswers.xyz Dec 20 '23 at 22:13