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
|
callbacks.find_data_file = nil
|
||||||
end
|
end
|
||||||
function callbacks.find_data_file(name)
|
function callbacks.find_data_file(name)
|
||||||
if name == 'ltexpl.ltx' then
|
if name == 'expl3.ltx' then
|
||||||
name = 'luametalatex-ltexpl-hook'
|
name = 'luametalatex-ltexpl-hook'
|
||||||
end
|
end
|
||||||
return kpse.find_file(name, 'tex', true)
|
return kpse.find_file(name, 'tex', true)
|
||||||
|
@ -8,4 +8,4 @@
|
|||||||
\ifx\@tfor\undefined
|
\ifx\@tfor\undefined
|
||||||
\def\@tfor#1\do#2{}
|
\def\@tfor#1\do#2{}
|
||||||
\fi
|
\fi
|
||||||
\input ltexpl.ltx
|
\input expl3.ltx
|
||||||
|
Loading…
Reference in New Issue
Block a user