blob: 65f20b5089a2fa7f877ed52bdc0e4a983e52c914 (
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
41
42
43
44
45
46
47
|
\ProvidesFile{ot1bch.fd}
[2004/10/18 font definitions for OT1/bch.]
\DeclareFontFamily{OT1}{bch}{}
\DeclareFontShape{OT1}{bch}{m}{n}{
<-> bchr7t
}{}
\DeclareFontShape{OT1}{bch}{m}{sc}{
<-> bchrc7t
}{}
\DeclareFontShape{OT1}{bch}{m}{sl}{
<-> bchro7t
}{}
\DeclareFontShape{OT1}{bch}{m}{it}{
<-> bchri7t
}{}
\DeclareFontShape{OT1}{bch}{b}{n}{
<-> bchb7t
}{}
\DeclareFontShape{OT1}{bch}{b}{sc}{
<-> bchbc7t
}{}
\DeclareFontShape{OT1}{bch}{b}{sl}{
<-> bchbo7t
}{}
\DeclareFontShape{OT1}{bch}{b}{it}{
<-> bchbi7t
}{}
\DeclareFontShape{OT1}{bch}{bx}{n}{<->ssub * bch/b/n}{}
\DeclareFontShape{OT1}{bch}{bx}{sc}{<->ssub * bch/b/sc}{}
\DeclareFontShape{OT1}{bch}{bx}{sl}{<->ssub * bch/b/sl}{}
\DeclareFontShape{OT1}{bch}{bx}{it}{<->ssub * bch/b/it}{}
\DeclareFontShape{OT1}{bch}{m}{ui}{<->ssub * bch/m/it}{}
\DeclareFontShape{OT1}{bch}{b}{ui}{<->ssub * bch/b/it}{}
\DeclareFontShape{OT1}{bch}{bx}{ui}{<->ssub * bch/b/it}{}
\endinput
|