blob: 9b016c904841ce51ce36b23dbd721ce53ca04993 (
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
|
<!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/tracking.zip">
<TPM:Name>tracking</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>Adjust tracking of strings.</TPM:Title>
<TPM:Description>
Automatically adjust spaces between symbols in words or
phrases to fit them into a specified length. Any chain of
symbols (including spaces) in the current font may be treated.
Commands \track{&lt;length&gt;}{&lt;string&gt;}
(add space &lt;length&gt; after each symbol of
&lt;string&gt;, which may be &lt;0),
\fittrack{&lt;length&gt;}{&lt;string&gt;} (make
&lt;string&gt; fit into width &lt;length&gt;,
which may be smaller than the original width) and
\ratiotrack{&lt;ratio&gt;}{&lt;string&gt;} (as
\fittrack, with &lt;length&gt; replaced by
&lt;ratio&gt; of the natural length of
&lt;string&gt;).
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Dmitry A. Glazkov</TPM:Author>
<TPM:Size>4134</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="4134">
texmf-dist/tex/latex/tracking/tracking.sty
texmf-dist/tpm/tracking.tpm
</TPM:RunFiles>
<TPM:Provides>Package/tracking</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|