blob: c9a9e36cf40ef91820e029dffc00218055a3f561 (
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
28
|
%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}%
% \input {luatex-gadgets}%
}
\edef\fmtversion{\fmtversion+luatex}
\dump
|