blob: d907ae9c362607ae5a3f119cb592826000f0eeae (
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
|
<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/Package/makedtx.zip">
<TPM:Name>makedtx</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2005/03/01 20:24:45</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
Perl script to help generate dtx and ins files
</TPM:Title>
<TPM:Description>
The makedtx bundle is provided to help LaTeX2e developers to
write the code and documentation in separate files, and then
combine them into a single .dtx file for distribution. It
automatically generates the character table, and also writes
the associated installation (.ins) script.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>321163</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="3173">
texmf-dist/tex/latex/makedtx/creatdtx.sty
texmf-dist/tpm/makedtx.tpm
</TPM:RunFiles>
<TPM:DocFiles size="269219">
texmf-dist/doc/latex/makedtx/README
texmf-dist/doc/latex/makedtx/creatdtx.perl
texmf-dist/doc/latex/makedtx/makedtx.pdf
texmf-dist/doc/latex/makedtx/makedtx.pl
texmf-dist/doc/latex/makedtx/manual.html
</TPM:DocFiles>
<TPM:SourceFiles size="48771">
texmf-dist/source/latex/makedtx/makedtx.dtx
texmf-dist/source/latex/makedtx/makedtx.ins
</TPM:SourceFiles>
<TPM:Provides>Package/makedtx</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|