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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
\iffalse meta-comment
File l3backend.ins
Copyright (C) 2019 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
https://www.latex-project.org/lppl.txt
This file is part of the "l3backend bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
-----------------------------------------------------------------------
The development version of the bundle can be found at
https://github.com/latex3/latex3
for those people who are interested.
-----------------------------------------------------------------------
Any modification of this file should ensure that the copyright and
license information is placed in the derived files.
\fi
\let\jobname\relax
\input l3docstrip.dtx
\askforoverwritefalse
\preamble
Copyright (C) 1990-2019 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:
https://www.latex-project.org/lppl.txt
This file is part of the "l3backend bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
\endpreamble
% stop docstrip adding \endinput
\postamble
\endpostamble
\keepsilent
\generate
{
\file{l3backend-dvipdfmx.def}
{
\from{l3backend-basics.dtx} {package,dvipdfmx}
\from{l3backend-color.dtx} {package,dvipdfmx}
\from{l3backend-box.dtx} {package,dvipdfmx}
\from{l3backend-draw.dtx} {package,dvipdfmx}
\from{l3backend-graphics.dtx}{package,dvipdfmx}
\from{l3backend-pdf.dtx} {package,dvipdfmx}
}
}
\generate
{
\file{l3backend-dvips.def}
{
\from{l3backend-basics.dtx} {package,dvips}
\from{l3backend-color.dtx} {package,dvips}
\from{l3backend-box.dtx} {package,dvips}
\from{l3backend-draw.dtx} {package,dvips}
\from{l3backend-graphics.dtx}{package,dvips}
\from{l3backend-pdf.dtx} {package,dvips}
}
}
\generate
{
\file{l3backend-dvisvgm.def}
{
\from{l3backend-basics.dtx} {package,dvisvgm}
\from{l3backend-color.dtx} {package,dvisvgm}
\from{l3backend-box.dtx} {package,dvisvgm}
\from{l3backend-draw.dtx} {package,dvisvgm}
\from{l3backend-graphics.dtx}{package,dvisvgm}
\from{l3backend-pdf.dtx} {package,dvisvgm}
}
}
\generate
{
\file{l3backend-pdfmode.def}
{
\from{l3backend-basics.dtx} {package,pdfmode}
\from{l3backend-color.dtx} {package,pdfmode}
\from{l3backend-box.dtx} {package,pdfmode}
\from{l3backend-draw.dtx} {package,pdfmode}
\from{l3backend-graphics.dtx}{package,pdfmode}
\from{l3backend-pdf.dtx} {package,pdfmode}
}
}
\generate
{
\file{l3backend-xdvipdfmx.def}
{
\from{l3backend-basics.dtx} {package,xdvipdfmx}
\from{l3backend-color.dtx} {package,xdvipdfmx}
\from{l3backend-box.dtx} {package,xdvipdfmx}
\from{l3backend-draw.dtx} {package,xdvipdfmx}
\from{l3backend-graphics.dtx}{package,xdvipdfmx}
\from{l3backend-pdf.dtx} {package,xdvipdfmx}
}
}
\endbatchfile
|