[texhax] Re:font scaling

Luca Turchetti luca.turchetti at uniroma1.it
Thu Apr 15 20:55:37 CEST 2004


Michael Barr wrote:

>
> Actually it seems to me a poor idea to actually change the fd file.
> Better to place the new definitions into an included file or even into the
> main file.
>
> Michael Barr
>

You could copy ot1pzc.fd in a new file, say ot1pzcbig.fd and modify the
latter as follows:

\ProvidesFile{ot1pzcbig.fd}
   [2000/01/12 PSNFSS-v8.1 font definitions for OT1/pzc.]

\DeclareFontFamily{OT1}{pzcbig}{}

\DeclareFontShape{OT1}{pzcbig}{mb}{it}{
   <-> * [1.2] pzcmi7t
}{}

\DeclareFontShape{OT1}{pzcbig}{m}{it}{<->ssub * pzc/mb/it}{}
\DeclareFontShape{OT1}{pzcbig}{mb}{sl}{<->ssub * pzc/mb/it}{}
\DeclareFontShape{OT1}{pzcbig}{m}{sl}{<->ssub * pzc/mb/sl}{}
\DeclareFontShape{OT1}{pzcbig}{m}{n}{<->ssub * pzc/mb/it}{}

\DeclareFontShape{OT1}{pzcbig}{m}{ui}{<->ssub * pzc/m/it}{}
\DeclareFontShape{OT1}{pzcbig}{b}{ui}{<->ssub * pzc/b/it}{}
\endinput

After updating ls-R, you will be able to refer to pzcbig family in your
document, without having to change pzc defaults

Best regards
Luca Turchetti



More information about the texhax mailing list