blob: f4ef63c2f41df950bb6b7b834f99fdf2d1e5039a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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/ogham.zip">
<TPM:Name>ogham</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Fonts for typesetting Ogham script.</TPM:Title>
<TPM:Description></TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>5589</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="5589">
texmf-dist/fonts/source/public/ogham/ogham.mf
texmf-dist/fonts/tfm/public/ogham/ogham.tfm
texmf-dist/tpm/ogham.tpm
</TPM:RunFiles>
<TPM:Provides>Package/ogham</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|