blob: 0c8977d6edfac20980c1211e40fb25f76e24cd5c (
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
|
<!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/mhs.zip">
<TPM:Name>mhs</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>Historical mathematics.</TPM:Title>
<TPM:Description>
This package provides a collection of macros for descriptions of
historical mathematicians.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>136300</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="136300">
texmf-dist/tex/latex/mhs/mhs.sty
texmf-dist/tpm/mhs.tpm
</TPM:RunFiles>
<TPM:Provides>Package/mhs</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|