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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
\input docstrip.tex
\askforoverwritefalse
\preamble
EXPERIMENTAL CODE
Do not distribute this file without also distributing the
source files specified above.
Do not distribute a modified version of this file.
\endpreamble
% stop docstrip adding \endinput
\postamble
\endpostamble
\keepsilent
% l3names.sty sets up the naming scheme for TeX primitives.
\generate{\file{l3names.sty}{\from{l3names.dtx}{package}}}
% Define some basic commands to get us started with the new
% programming style.
\generate{\file{l3basics.sty}{\from{l3basics.dtx}{package,trace}}}
% Define some basic commands That check various conditions
% related to defining commands eg defined/undefined global/local
% Not sure how much of this really makes sense as a package, but...
\generate{\file{l3chk.sty}{\from{l3chk.dtx}{package,trace}}}
%% toks register handling (can be compiled with check module)
\generate{\file{l3toks.sty}{\from{l3toks.dtx}{package,trace}}}
%% tlp handling
\generate{\file{l3tlp.sty}{\from{l3tlp.dtx}{package,trace}}}
%% LaTeX3 expansion module
\generate{\file{l3expan.sty}{\from{l3expan.dtx}{package,trace}}}
%% LaTeX3 quarks.
\generate{\file{l3quark.sty}{\from{l3quark.dtx}{package,trace}}}
%% LaTeX3 sequences.
\generate{\file{l3seq.sty}{\from{l3seq.dtx}{package,trace}}}
%% LaTeX3 property lists.
\generate{\file{l3prop.sty}{\from{l3prop.dtx}{package,trace}}}
%% LaTeX3 integer registers. (can be compiled with check module)
\generate{\file{l3int.sty}{\from{l3int.dtx}{package,trace}}}
%% LaTeX3 precompilation
\generate{\file{l3precom.sty}{\from{l3precom.dtx}{package,precompile,trace}}}
%% LaTeX3 precompilation
\generate{\file{l3io.sty}{\from{l3io.dtx}{package,trace}}}
\endbatchfile
|