blob: ee41172d364531a7d0747b30b3cd11b1a96b8553 (
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
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/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/stage.zip">
<TPM:Name>stage</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/09 00:49:07</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>A LaTeX class for stage plays</TPM:Title>
<TPM:Description>
Stage.cls is a LaTeX class for creating plays of any length in
a standard
manuscript format for production and submission.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>113023</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="12517">
texmf-dist/tex/latex/stage/stage.cls
texmf-dist/tpm/stage.tpm
</TPM:RunFiles>
<TPM:DocFiles size="100506">
texmf-dist/doc/latex/stage/README
texmf-dist/doc/latex/stage/stage-documentation.pdf
</TPM:DocFiles>
<TPM:Provides>Package/stage</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|