blob: 81df50c95d1b5e0c8e737419e97f022bfa02c446 (
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
|
%Filename: ly1pcr.fd
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{ly1pcr.fd}
[2001/02/01 font definitions for LY1/pcr using Berry names.]
\DeclareFontFamily{LY1}{pcr}{\hyphenchar \font\m@ne}
\DeclareFontShape{LY1}{pcr}{m}{n}{
<-> pcrr8y
}{}
\DeclareFontShape{LY1}{pcr}{m}{sl}{
<-> pcrro8y
}{}
\DeclareFontShape{LY1}{pcr}{b}{n}{
<-> pcrb8y
}{}
\DeclareFontShape{LY1}{pcr}{b}{sl}{
<-> pcrbo8y
}{}
% Adobe does not make a smallcaps Courier
\DeclareFontShape{LY1}{pcr}{m}{sc}{<-> sub * pcr/m/n}{}
\DeclareFontShape{LY1}{pcr}{b}{sc}{<-> sub * pcr/b/n}{}
\DeclareFontShape{LY1}{pcr}{m}{it}{<->ssub * pcr/m/sl}{}
\DeclareFontShape{LY1}{pcr}{bx}{n}{<->ssub * pcr/b/n}{}
\DeclareFontShape{LY1}{pcr}{bx}{sl}{<->ssub * pcr/b/sl}{}
\DeclareFontShape{LY1}{pcr}{bx}{it}{<->ssub * pcr/b/it}{}
\DeclareFontShape{LY1}{pcr}{b}{it}{<->ssub * pcr/b/sl}{}
\DeclareFontShape{LY1}{pcr}{bx}{sc}{<->ssub * pcr/b/sc}{}
\endinput
|