diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/tracking.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/tracking.tlpsrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/tracking.tlpsrc b/Master/tlpkg/tlpsrc/tracking.tlpsrc new file mode 100644 index 00000000000..4ffe64f943c --- /dev/null +++ b/Master/tlpkg/tlpsrc/tracking.tlpsrc @@ -0,0 +1,14 @@ +name tracking +category Package +shortdesc Adjust tracking of strings. +longdesc Automatically adjust spaces between symbols in words or phrases to +longdesc fit them into a specified length. Any chain of symbols (including +longdesc spaces) in the current font may be treated. Commands +longdesc \track{<length>}{<string>} (add space <length> +longdesc after each symbol of <string>, which may be <0), +longdesc \fittrack{<length>}{<string>} (make <string> fit +longdesc into width <length>, which may be smaller than the original +longdesc width) and \ratiotrack{<ratio>}{<string>} (as +longdesc \fittrack, with <length> replaced by <ratio> of the +longdesc natural length of <string>). [description copied from TeX +longdesc Catalogue] |