2019-07-17 21:14:34 +02:00
|
|
|
% Thomas Esser, 1998. public domain.
|
|
|
|
%
|
|
|
|
\ifx\pdfoutput\undefined \else
|
|
|
|
\ifx\pdfoutput\relax \else
|
|
|
|
%
|
|
|
|
% We're building the latex format with the pdfetex engine (started 2004).
|
|
|
|
\input pdftexconfig
|
|
|
|
\pdfoutput=0
|
|
|
|
%
|
|
|
|
% pdfTeX related primitives are no longer hidden by default
|
|
|
|
% (started 2005). Uncomment and recreate the format files by running
|
|
|
|
% "fmtutil --all" resp. "fmtutil-sys --all" to revert to the old
|
|
|
|
% (2004) behaviour.
|
|
|
|
% \input pdftex-dvi.tex
|
|
|
|
%
|
|
|
|
\fi
|
|
|
|
\fi
|
|
|
|
%
|
|
|
|
% the usual format initialization.
|
|
|
|
\scrollmode
|
|
|
|
\luabytecode2
|
|
|
|
\begingroup
|
|
|
|
\catcode`\{=1
|
|
|
|
\catcode`\}=2
|
|
|
|
\def\x{\everyjob{\luabytecode2}}
|
|
|
|
\expandafter\endgroup\x
|
|
|
|
\let\savedversionofdump\dump
|
|
|
|
\let\dump\relax
|
|
|
|
\input latex.ltx
|
2020-01-02 04:14:39 +01:00
|
|
|
% \input luametalatex-baseregisters
|
2019-07-17 21:14:34 +02:00
|
|
|
\let\dump\savedversionofdump
|
|
|
|
\let\savedversionofdump\undefined
|
2019-07-17 23:55:11 +02:00
|
|
|
\directlua{fixupluafunctions()}%
|
|
|
|
\everyjob\expandafter{\the\everyjob\directlua{fixupluafunctions()}}%
|
|
|
|
\directlua{fixupluafunctions()}%
|
2019-07-17 21:14:34 +02:00
|
|
|
\dump
|
|
|
|
\endinput
|