blob: ae2588327ffebc89aa2976783f7b93389108d48d (
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
|
%D \module
%D [ file=luatex-basics,
%D version=2009.12.01,
%D title=\LUATEX\ Support Macros,
%D subtitle=Attribute Allocation,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright=public domain]
\input plain
\directlua {tex.enableprimitives('', tex.extraprimitives())}
\pdfoutput=1
\everyjob \expandafter {%
\the\everyjob
\input luatex-basics\relax
\input luatex-fonts\relax
\input luatex-mplib\relax
}
\edef\fmtversion{\fmtversion+luatex}
\dump
|