Index of /tex-archive/systems/tex-extensions/clasen/examples/example6

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[TXT]README21-Apr-1998 00:00 753
[   ]example6.dvi09-Aug-1998 00:00 4.6K
[   ]example6.log09-Aug-1998 00:00 9.6K
[   ]example6.ps09-Aug-1998 00:00 56K
[   ]example6.tex21-Apr-1998 00:00 2.4K
[TXT]mktexmf21-Apr-1998 00:00 3.2K
[TXT]mktexpk21-Apr-1998 00:00 6.7K
[TXT]mktextfm21-Apr-1998 00:00 3.5K
[   ]stretch.mf21-Apr-1998 00:00 514
[TXT]stretch.sty21-Apr-1998 00:00 2.0K
[TXT]t1stretch.mf21-Apr-1998 00:00 7.6K

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.