\latinfamily and extended fonts

Lars Hellström Lars.Hellstrom@math.umu.se
Tue, 6 Feb 2001 18:19:17 +0100


At 16.03 +0100 2001-02-06, Walter Schmidt wrote:
>Hi,
>
>the \latinfamily command does apparently not
>recognize "extended" fonts, i.e. *8ax.afm.
>
>Is there a way to configure this?  Or do I have
>to write the \installfont commands manually?

I suspect that

\def\latin_widths{
   \latin_width{}{}
   \latin_width{n}{c}
   %latin_width{c}{c}
   \latin_width{x}{x}
}

would do what you want. (This is really only the definition from ltfam.dtx
with the last \latin_width command not commented out.)

Lars Hellström