summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/latexconfig/lualatex.ini')
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/lualatex.ini11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
index fe1cfda48ef..68e2a59b1cc 100644
--- a/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
+++ b/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
@@ -1,5 +1,5 @@
% $Id$
-% Karl Berry, originally written 2008. public domain.
+% Originally written 2008 by Karl Berry. Public domain.
\begingroup
\catcode`\{=1 %
@@ -15,12 +15,11 @@
% a callback. Originally this code was loaded via lualatexquotejobname.tex
% but that required a hack around latex.ltx: the behaviour has been altered
% to allow the callback route to be used directly.
- \global\everyjob{%
- \directlua{dofile(assert(kpse.find_file("lualatexquotejobname.lua")))}%
- }
+ \global\everyjob{\directlua{require("lualatexquotejobname.lua")}}
\endgroup
+
% settings inherited from pdftex
-% pdf output by default
\input pdftexconfig.tex
+% pdf output by default
-\input latex.ltx \ No newline at end of file
+\input latex.ltx