blob: 59d369a055518068a7752f3acbbfa3484d67aa82 (
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/eqname.zip">
<TPM:Name>eqname</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>Name tags for equations.</TPM:Title>
<TPM:Description>
The \eqname command provides a name tag for the current equation,
in place of an equation number. The name tag will be picked up by
a subsequent \label.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>1924</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="1924">
texmf-dist/tex/latex/eqname/eqname.sty
texmf-dist/tpm/eqname.tpm
</TPM:RunFiles>
<TPM:Provides>Package/eqname</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|