configuring \latinfamily

Alan Jeffrey ajeffrey@cs.depaul.edu
Mon, 21 Jun 1999 12:44:57 -0400


Walter Schmidt wrote:

> is it possible to configure fontinst so that the
> \latinfamily command does _not_ create faked
> small capitals and/or obliqued fonts?

There's a command:

\def\latin_shapes{
   \latin_shape{} {} {} {n} {\_textcomp_true }
   \latin_shape{c}{c}{} {sc}{\_textcomp_false}
   \latin_shape{o}{o}{} {sl}{\_textcomp_true }
   \latin_shape{i}{i}{i}{it}{\_textcomp_true }
}

which you can redefine to your heart's content, in your fontinst.rc
file.

Alan.