blob: 0590a39af45dce3a47c3e0e6b2b9dbc0fd6706e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
\ProvidesFile{omluhv.fd}
\DeclareFontFamily{OML}{uhv}{\skewchar\font127}
\DeclareFontShape{OML}{uhv}{m}{n}
{<-> ssub * cmm/m/it}{}
\DeclareFontShape{OML}{uhv}{m}{it}
{<-> ssub * cmm/m/it}{}
\DeclareFontShape{OML}{uhv}{m}{sl}
{<-> ssub * cmm/m/it}{}
\DeclareFontShape{OML}{uhv}{m}{sc}
{<-> ssub * cmm/m/it}{}
\DeclareFontShape{OML}{uhv}{b}{n}
{<-> ssub * cmm/b/it}{}
\DeclareFontShape{OML}{uhv}{b}{it}
{<-> ssub * cmm/b/it}{}
\DeclareFontShape{OML}{uhv}{b}{sl}
{<-> ssub * cmm/b/it}{}
\DeclareFontShape{OML}{uhv}{b}{sc}
{<-> ssub * cmm/b/it}{}
\endinput
|