blob: 1ea8558e97f6504a2e61dfda88cbd3442a92a033 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
%D \module
%D [ file=luatex-plain,
%D version=2009.12.01,
%D title=\LUATEX\ Macros,
%D subtitle=Plain Format,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
\input plain
\directlua {tex.enableprimitives('', tex.extraprimitives())}
\pdfoutput=1
\everyjob \expandafter {%
\the\everyjob
\input {luatex-basics}%
\input {luatex-fonts}%
\input {luatex-math}%
\input {luatex-languages}%
\input {luatex-mplib}%
}
\edef\fmtversion{\fmtversion+luatex}
\dump
|