blob: b896e45a27358ae8847baf53903205e41d0aa761 (
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
|
<!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/eplain.zip">
<TPM:Name>eplain</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version>3.0</TPM:Version>
<TPM:Creator>popineau</TPM:Creator>
<TPM:Title>Extended plain tex macros.</TPM:Title>
<TPM:Description>
Simple but powerful extended version of the plain format,
adding support for bibliographies, tables of contents,
enumerated lists, verbatim input of files, numbered equations,
tables, two-column output, footnotes and commutative diagrams.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Karl Berry, Oleg Katsitadze</TPM:Author>
<TPM:Size>2005365</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="6685">texmf-dist/tpm/eplain.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:TLCore name="bin-eplain"/>
</TPM:Requires>
<TPM:Provides>Package/eplain</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|