blob: 7dc0c00357dd43f57b12a2a98d6e88d49c476f7c (
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
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
78
79
|
\iffalse meta-comment
File l3str.ins Copyright (C) 2011 The LaTeX3 Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
license or (at your option) any later version. The latest version
of this license is in the file
http://www.latex-project.org/lppl.txt
This file is part of the "l3experimental bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
The released version of this bundle is available from CTAN.
\fi
\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
\generate{\file{l3flag.sty} {\from{l3flag.dtx} {package}}}
\generate{\file{l3str.sty} {\from{l3str.dtx} {package}}}
\generate{\file{l3regex.sty} {\from{l3regex.dtx} {package}}}
\generate{\file{l3tl-analysis.sty} {\from{l3tl-analysis.dtx} {package}}}
\generate{\file{l3tl-build.sty} {\from{l3tl-build.dtx} {package}}}
\generate{\file{l3regex-trace.sty} {\from{l3regex.dtx} {package,trace}}}
% Escapings.
\generate{%
\file{l3str-esc-hex.def} {\from{l3str.dtx}{hex}}%
\file{l3str-esc-name.def} {\from{l3str.dtx}{name}}%
\file{l3str-esc-string.def} {\from{l3str.dtx}{string}}%
\file{l3str-esc-url.def} {\from{l3str.dtx}{url}}%
}
% UTF encodings.
\generate{%
\file{l3str-enc-utf8.def} {\from{l3str.dtx}{utf8}}%
\file{l3str-enc-utf16.def} {\from{l3str.dtx}{utf16}}%
\file{l3str-enc-utf32.def} {\from{l3str.dtx}{utf32}}%
}
% ISO-8859 encodings.
\generate{%
\file{l3str-enc-iso88591.def} {\from{l3str.dtx}{iso88591}}%
\file{l3str-enc-iso88592.def} {\from{l3str.dtx}{iso88592}}%
\file{l3str-enc-iso88593.def} {\from{l3str.dtx}{iso88593}}%
\file{l3str-enc-iso88594.def} {\from{l3str.dtx}{iso88594}}%
\file{l3str-enc-iso88595.def} {\from{l3str.dtx}{iso88595}}%
\file{l3str-enc-iso88596.def} {\from{l3str.dtx}{iso88596}}%
\file{l3str-enc-iso88597.def} {\from{l3str.dtx}{iso88597}}%
\file{l3str-enc-iso88598.def} {\from{l3str.dtx}{iso88598}}%
\file{l3str-enc-iso88599.def} {\from{l3str.dtx}{iso88599}}%
\file{l3str-enc-iso885910.def} {\from{l3str.dtx}{iso885910}}%
\file{l3str-enc-iso885911.def} {\from{l3str.dtx}{iso885911}}%
\file{l3str-enc-iso885913.def} {\from{l3str.dtx}{iso885913}}%
\file{l3str-enc-iso885914.def} {\from{l3str.dtx}{iso885914}}%
\file{l3str-enc-iso885915.def} {\from{l3str.dtx}{iso885915}}%
\file{l3str-enc-iso885916.def} {\from{l3str.dtx}{iso885916}}%
}
\endbatchfile
|