blob: 6ac63280a1e4943635a5f85311761950035511e5 (
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
|
\ProvidesFile{ts1bch.fd}
[2004/10/18 font definitions for TS1/bch.]
\DeclareFontFamily{TS1}{bch}{}
\DeclareFontShape{TS1}{bch}{m}{n}{
<-> bchr8c
}{}
\DeclareFontShape{TS1}{bch}{m}{sl}{
<-> bchro8c
}{}
\DeclareFontShape{TS1}{bch}{m}{it}{
<-> bchri8c
}{}
\DeclareFontShape{TS1}{bch}{b}{n}{
<-> bchb8c
}{}
\DeclareFontShape{TS1}{bch}{b}{sl}{
<-> bchbo8c
}{}
\DeclareFontShape{TS1}{bch}{b}{it}{
<-> bchbi8c
}{}
\DeclareFontShape{TS1}{bch}{bx}{n}{<->ssub * bch/b/n}{}
\DeclareFontShape{TS1}{bch}{bx}{sl}{<->ssub * bch/b/sl}{}
\DeclareFontShape{TS1}{bch}{bx}{it}{<->ssub * bch/b/it}{}
\endinput
|