blob: 8f69f2b5c0cf1b31cbfe53e47ba775fa3e3e0ee8 (
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
|
<!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/textfit.zip">
<TPM:Name>textfit</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/11/03 06:16:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Fit text to a desired size.</TPM:Title>
<TPM:Description>
Package to support fitting of text to a given width or height
by scaling the font. For example: \scaletowidth{3in}{This}.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>16466</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="6375">
texmf-dist/tex/latex/textfit/textfit.sty
texmf-dist/tpm/textfit.tpm
</TPM:RunFiles>
<TPM:DocFiles size="754">
texmf-dist/doc/latex/textfit/catalog
texmf-dist/doc/latex/textfit/makefile
texmf-dist/doc/latex/textfit/manifest
texmf-dist/doc/latex/textfit/readme
</TPM:DocFiles>
<TPM:SourceFiles size="9337">
texmf-dist/source/latex/textfit/textfit.dtx
texmf-dist/source/latex/textfit/textfit.ins
</TPM:SourceFiles>
<TPM:Provides>Package/textfit</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|