blob: 246ae345bbdafffa3b4813d4279b4c603eed1300 (
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
48
49
|
%Filename: t1bcr.fd
%Created by: tex bcr
%Created using fontinst v1.914
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{t1bcr.fd}
[2001/09/06 Fontinst v1.914 font definitions for T1/bcr.]
\DeclareFontFamily{T1}{bcr}{\hyphenchar \font =-1}
\DeclareFontShape{T1}{bcr}{m}{n}{
<-> bcrr8t
}{}
\DeclareFontShape{T1}{bcr}{m}{sc}{
<-> bcrrc8t
}{}
\DeclareFontShape{T1}{bcr}{m}{sl}{
<-> bcrro8t
}{}
\DeclareFontShape{T1}{bcr}{m}{it}{
<-> bcrri8t
}{}
\DeclareFontShape{T1}{bcr}{b}{n}{
<-> bcrb8t
}{}
\DeclareFontShape{T1}{bcr}{b}{sc}{
<-> bcrbc8t
}{}
\DeclareFontShape{T1}{bcr}{b}{sl}{
<-> bcrbo8t
}{}
\DeclareFontShape{T1}{bcr}{b}{it}{
<-> bcrbi8t
}{}
\DeclareFontShape{T1}{bcr}{bx}{n}{<->ssub * bcr/b/n}{}
\DeclareFontShape{T1}{bcr}{bx}{sc}{<->ssub * bcr/b/sc}{}
\DeclareFontShape{T1}{bcr}{bx}{sl}{<->ssub * bcr/b/sl}{}
\DeclareFontShape{T1}{bcr}{bx}{it}{<->ssub * bcr/b/it}{}
\endinput
|