blob: 22b68ee22b80adf5ff611ae93dd2b35bd514fbec (
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: GS1.ins Copyright (C) 2012 Markus Kohm
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 "GS1 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.
$Id: GS1.ins 9 2012-08-01 09:31:32Z mjk $
\fi
\input l3docstrip.tex
\askforoverwritefalse
\preamble
EXPERIMENTAL CODE
This Work depends on the correct version of expl3 release. If
you'll update expl3 you may need a update of this this Work too.
Do not distribute this file without also distributing the
source files specified above.
Do not distribute modified version of this file.
\endpreamble
% stop docstrip adding \endinput
\postamble
\endpostamble
\keepsilent
\generate{%
\file{GS1.sty} {\from{GS1.dtx} {package}}%
% A lot of test files, that may be used as an example too:
\file{GS_set_code_digit_seq.tex}
{%
\from{GS1.dtx} {test,GS.set.code.digit.seq}%
}%
\file{GS_cut_EAN_control_digit.tex}
{%
\from{GS1.dtx} {test,GS.cut.EAN.control.digit}%
}%
\file{int_set_to_EAN_control_digit.tex}
{%
\from{GS1.dtx} {test,int.set.to.EAN.control.digit}%
}%
\file{GS_set_EAN_control_digit.tex}
{%
\from{GS1.dtx} {test,GS.set.EAN.control.digit}%
}%
\file{EANControlDigit.tex}
{%
\from{GS1.dtx} {test,EANControlDigit}%
}%
\file{EANBarcode.tex}
{%
\from{GS1.dtx} {test,EANBarcode}%
}%
\file{GSSetup.tex}
{%
\from{GS1.dtx} {test,GSSetup}%
}%
}
\generate{%
\file{rule-D.sty} {\from{rule-D.dtx} {package}}%
}
\endbatchfile
|