I am re-compiling a document I haven't compiled in a while.
I updated all the packages and I am getting this error message:
! LaTeX Error: Mismatched LaTeX support files detected.
Loading 'l3backend-pdftex.def' aborted!The L3 programming layer in the LaTeX format
is dated 2020-09-03, but in your TeX tree the files require
at least 2021-02-18.
the "l3backend" package is installed and up-to-date. I have tried uninstalling it and reinstalling it. I have located the files and on line 29 I find:
{l3backend-pdftex.def}{2022-10-26}{}
so it should fulfil the requirement (as far as I understand).
I have read this question, but if possible I'd like not to switch out of MiKTeX.
Is there a way to solve this issue?
kpsewhich --all -engine=pdftex pdflatex.fmtreport? – Ulrike Fischer Nov 14 '22 at 13:58