blob: 3c2fe89d029ec848c34cc4f0d9df07aef226fd5c (
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
32
33
34
35
36
37
|
<!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/prettyref.zip">
<TPM:Name>prettyref</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:03:17</TPM:Date>
<TPM:Version>3.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
Make label references "self-identify".
</TPM:Title>
<TPM:Description>
Prettyref provides a command \newrefformat, which specifies the
way in which a reference is typeset, according to a label
"identification". The identification is set in the \label
command, by using prefixed label names; so instead of
\label{mysection}, one uses \label{sec:mysection}, and prettyref
interprets the "sec:" part. The package is compatible with
hyperref and with other packages.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>7352</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="2456">
texmf-dist/tex/latex/prettyref/prettyref.sty
texmf-dist/tpm/prettyref.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="4896">
texmf-dist/source/latex/prettyref/prettyref.dtx
texmf-dist/source/latex/prettyref/prettyref.ins
</TPM:SourceFiles>
<TPM:Provides>Package/prettyref</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|