Adapt to expl3.ltx renaming

This commit is contained in:
Marcel Fabian Krüger 2021-11-08 15:15:07 +01:00
parent 6b1369f962
commit 492e0864b0
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ if status.ini_version then
callbacks.find_data_file = nil
end
function callbacks.find_data_file(name)
if name == 'ltexpl.ltx' then
if name == 'expl3.ltx' then
name = 'luametalatex-ltexpl-hook'
end
return kpse.find_file(name, 'tex', true)

View File

@ -8,4 +8,4 @@
\ifx\@tfor\undefined
\def\@tfor#1\do#2{}
\fi
\input ltexpl.ltx
\input expl3.ltx