blob: efe1ec080ce0a149630328f746565f213986926c (
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
|
%Filename: ot1cmg.fd
%Created by: tex drv
%Created using fontinst v1.927
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{ot1cmg.fd}
[2010/07/30 Fontinst v1.927 font definitions for OT1/cmg.]
\DeclareFontFamily{OT1}{cmg}{}
\DeclareFontShape{OT1}{cmg}{m}{gi}{
<-> cmgmi7t
}{}
\DeclareFontShape{OT1}{cmg}{bx}{gi}{
<-> cmgbi7t
}{}
\DeclareFontShape{OT1}{cmg}{m}{gu}{
<-> cmgmiu7t
}{}
\DeclareFontShape{OT1}{cmg}{bx}{gu}{
<-> cmgbiu7t
}{}
\DeclareFontShape{OT1}{cmg}{b}{gi}{<->ssub * cmg/bx/gi}{}
\DeclareFontShape{OT1}{cmg}{b}{gu}{<->ssub * cmg/bx/gu}{}
\endinput
|