blob: 4afb953009eccafe8b54f86b8e54908325693b15 (
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
|
<!DOCTYPE rdf:RDF SYSTEM "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://dl.contextgarden.net/modules/u-texshow.zip">
<TPM:Name>u-texshow</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/11/20 00:00:00</TPM:Date>
<TPM:Version>0.3</TPM:Version>
<TPM:Creator>taco</TPM:Creator>
<TPM:Title>TeXShow / XML</TPM:Title>
<TPM:Description>
ConTeXt command and parameter reference
</TPM:Description>
<TPM:Author>Taco Hoekwater</TPM:Author>
<TPM:Size>36129</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="30212">
scripts/context/perl/texshow.pl
tpm/u-texshow.tpm
</TPM:RunFiles>
<TPM:DocFiles size="5917">
doc/context/scripts/perl/texshow.1
doc/context/scripts/perl/texshow.html
</TPM:DocFiles>
<TPM:Requires>
<TPM:Package name="context"/>
</TPM:Requires>
<TPM:Provides>Package/u-texshow</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|