blob: e2be9ba0f0d4cb0c3275230feab89dd53d075f0f (
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
|
<!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/hands.zip">
<TPM:Name>hands</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>Pointing hand fonts.</TPM:Title>
<TPM:Description>
Collection of Metafont fonts to produce a series of `pointing hand' dingbats
in various orientations, including pointing left and right, and `reverse
video' versions in the same directions.
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>7735</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="7735">
texmf-dist/fonts/source/public/hands/hands.mf
texmf-dist/fonts/source/public/hands/handsdef.mf
texmf-dist/fonts/source/public/hands/mirror.mf
texmf-dist/fonts/source/public/hands/reverse.mf
texmf-dist/fonts/source/public/hands/rvmirror.mf
texmf-dist/fonts/tfm/public/hands/hands.tfm
texmf-dist/tpm/hands.tpm
</TPM:RunFiles>
<TPM:Provides>Package/hands</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|