blob: 1d1bd435e3139e0458b4c9d074bef7f14e6fe1e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
%Filename: ly1pnc.fd
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{ly1pnc.fd}
[1998/07/06 font definitions for LY1/pnc using Berry names.]
\DeclareFontFamily{LY1}{pnc}{}
\DeclareFontShape{LY1}{pnc}{m}{n}{
<-> pncr8y
}{}
\DeclareFontShape{LY1}{pnc}{m}{it}{
<-> pncri8y
}{}
\DeclareFontShape{LY1}{pnc}{b}{n}{
<-> pncb8y
}{}
\DeclareFontShape{LY1}{pnc}{b}{it}{
<-> pncbi8y
}{}
% Fake Oblique
\DeclareFontShape{LY1}{pnc}{m}{sl}{
<-> pncro8y
}{}
\DeclareFontShape{LY1}{pnc}{b}{sl}{
<-> pncbo8y
}{}
\DeclareFontShape{LY1}{pnc}{bx}{n}{<->ssub * pnc/b/n}{}
\DeclareFontShape{LY1}{pnc}{bx}{sl}{<->ssub * pnc/b/sl}{}
\DeclareFontShape{LY1}{pnc}{bx}{it}{<->ssub * pnc/b/it}{}
\endinput
|