diff options
Diffstat (limited to 'Master/texmf-dist/tpm/tracking.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/tracking.tpm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/tracking.tpm b/Master/texmf-dist/tpm/tracking.tpm new file mode 100644 index 00000000000..545ad9f495a --- /dev/null +++ b/Master/texmf-dist/tpm/tracking.tpm @@ -0,0 +1,36 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../Tools/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>2000/02/29 14:55: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>4132</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="4132"> +texmf-dist/tex/latex/tracking/tracking.sty +texmf-dist/tpm/tracking.tpm + </TPM:RunFiles> + <TPM:Provides>Package/tracking</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |