Index of /archives/text/CTAN/systems/tex-extensions/clasen/examples/example6

Icon  Name                                                        Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 1998-04-21 08:00 753 [   ] example6.tex 1998-04-21 08:00 2.4K [TXT] mktexmf 1998-04-21 08:00 3.2K [TXT] mktexpk 1998-04-21 08:00 6.7K [TXT] mktextfm 1998-04-21 08:00 3.5K [   ] stretch.mf 1998-04-21 08:00 514 [TXT] stretch.sty 1998-04-21 08:00 2.0K [TXT] t1stretch.mf 1998-04-21 08:00 7.6K [   ] example6.dvi 1998-08-09 08:00 4.6K [TXT] example6.log 1998-08-09 08:00 9.6K [   ] example6.ps 1998-08-09 08:00 56K
This directory contains an example showing a very simple-minded
LaTeX interface to the \fontvariants primitive. If you replace
your teTeX 0.9 mktex{mf,tfm,pk} scripts with the variants in this
direcory and put {t1,}stretch.mf somewhere in your MFINPUTS path
and stretch.sty somewhere in your TEXINPUTS path, you can test font 
stretching with any LaTeX document by simply adding the line 

\usepackage[T1]{fontenc,stretch} \enablestretch

to the document preamble. You can turn font stretching off and on using
\disablestretch/\enablestretch anywhere in your document. 

stretch.sty adds 6 variants (0.97, 0.98, 0.99, 1.01, 1.02, 1.03) to
any font of the EC family. A reasonable interface would of course
allow more detailed selection of font variants.