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
|
\iffalse meta-comment
File: siunitx.ins Copyright (C) 2014-2021 Joseph Wright
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 "siunitx 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.
-----------------------------------------------------------------------
The development version of the bundle can be found at
https://github.com/josephwright/siunitx
for those people who are interested.
-----------------------------------------------------------------------
\fi
\input l3docstrip.tex
\askforoverwritefalse
% stop DocStrip adding rather wordy text
\preamble
\endpreamble
\postamble
Copyright (C) 2008-2021 by
Joseph Wright <joseph.wright@morningstar2.co.uk>
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 work is "maintained" (as per LPPL maintenance status) by
Joseph Wright.
This work consists of the files siunitx.dtx,
siunitx.ins,
siunitx.tex,
siunitx-abbreviations.cfg,
siunitx-abbreviation.dtx,
siunitx-angle.dtx,
siunitx-binary.cfg,
siunitx-binary.dtx,
siunitx-code.tex,
siunitx-command.dtx,
siunix-complex.dtx,
siunitx-compound.dtx,
siunitx-emulation.dtx,
siunitx-locale.dtx,
siunitx-number.dtx,
siunitx-print.dtx,
siunitx-quantity.dtx,
siunitx-symbol.dtx,
siunitx-table.dtx,
siunitx-unit.dtx,
siunitx-v2.sty and
siunitx-version-1.cfg,
and the derived files siunitx.pdf,
siunitx.sty and
siunitx-code.pdf.
\endpostamble
\keepsilent
\generate
{%
\file{siunitx.sty}
{%
\from{siunitx.dtx} {package,init}
\from{siunitx-angle.dtx} {package}
\from{siunitx-complex.dtx} {package}
\from{siunitx-compound.dtx} {package}
\from{siunitx-locale.dtx} {package}
\from{siunitx-number.dtx} {package}
\from{siunitx-print.dtx} {package}
\from{siunitx-table.dtx} {package}
\from{siunitx-unit.dtx} {package}
\from{siunitx-quantity.dtx} {package}
\from{siunitx-symbol.dtx} {package}
\from{siunitx-abbreviation.dtx}{package}
\from{siunitx-binary.dtx} {package}
\from{siunitx-command.dtx} {package}
\from{siunitx-emulation.dtx} {package,options}
\from{siunitx.dtx} {package,options}
\from{siunitx-emulation.dtx} {package,interfaces}
\from{siunitx.dtx} {package,interfaces}
}%
}
\endbatchfile
|