Adapt to expl3.ltx renaming
This commit is contained in:
parent
6b1369f962
commit
492e0864b0
@ -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)
|
||||
|
@ -8,4 +8,4 @@
|
||||
\ifx\@tfor\undefined
|
||||
\def\@tfor#1\do#2{}
|
||||
\fi
|
||||
\input ltexpl.ltx
|
||||
\input expl3.ltx
|
||||
|
Loading…
Reference in New Issue
Block a user