blob: 8e4ebfa4b247f7774f47529fbb7337ca7ef0e54e (
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 "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/t-vim">
<TPM:Name>t-mathsets</TPM:Name>
<TPM:Type>Module</TPM:Type>
<TPM:Date>2007-02-25 00:00:00</TPM:Date>
<TPM:Version>2007-02-25</TPM:Version>
<TPM:Creator>Aditya Mahajan</TPM:Creator>
<TPM:Title>ConTeXt Math Sets</TPM:Title>
<TPM:Description>
A partial port of braket.sty to ConTeXt
</TPM:Description>
<TPM:Author>Aditya Mahaja</TPM:Author>
<TPM:Size>413568</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="12599">
tex/context/third/mathsets/t-mathsets.tex
tex/context/interface/t-mathsets.xml
</TPM:RunFiles>
<TPM:DocFiles size="400969">
doc/context/third/mathsets/mathsets-doc.pdf
doc/context/third/mathsets/README
tpm/t-mathsets.tpm
</TPM:DocFiles>
<TPM:Requires>
<TPM:Package name="context"/>
</TPM:Requires>
<TPM:Provides>t-mathsets</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|