You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
% utipx.fd
|
|
% Copyright 2002 FUKUI Rei
|
|
%
|
|
% This program may be distributed and/or modified under the
|
|
% conditions of the LaTeX Project Public License, either version 1.2
|
|
% of this license or (at your option) any later version.
|
|
% The latest version of this license is in
|
|
% http://www.latex-project.org/lppl.txt
|
|
% and version 1.2 or later is part of all distributions of LaTeX
|
|
% version 1999/12/01 or later.
|
|
%
|
|
% This program consists of all files listed in Manifest.txt.
|
|
%
|
|
\ProvidesFile{utipx.fd}[2001/12/31 TIPX font definitions]
|
|
\DeclareFontFamily{U}{tipx}{}
|
|
\DeclareFontShape{U}{tipx}{m}{n}{%
|
|
<5> <6> <7> <8> tipx8
|
|
<9> tipx9
|
|
<10> <10.95> tipx10
|
|
<12> <14.4> tipx12
|
|
<17.28> <20.74> <24.88> tipx17
|
|
}{}
|
|
\DeclareFontShape{U}{tipx}{bx}{n}{%
|
|
<5> <6> <7> <8> tipxbx8
|
|
<9> tipxbx9
|
|
<10> <10.95> tipxbx10
|
|
<12> <14.4> <17.28> <20.74> <24.88> tipxbx12
|
|
}{}
|
|
\DeclareFontShape{U}{tipx}{b}{n}{%
|
|
<-> tipxb10
|
|
}{}
|
|
\DeclareFontShape{U}{tipx}{bx}{sl}{%
|
|
<-> tipxbs10
|
|
}{}
|
|
\DeclareFontShape{U}{tipx}{m}{sl}{%
|
|
<5> <6> <7> <8> tipxsl8
|
|
<9> tipxsl9
|
|
<10> <10.95> tipxsl10
|
|
<12> <14.4> <17.28> <20.74> <24.88> tipxsl12
|
|
}{}
|
|
\DeclareFontShape{U}{tipx}{m}{it}{%
|
|
<-> sub * cmr/m/sl
|
|
}{}
|
|
\DeclareFontShape{U}{tipx}{bx}{it}{%
|
|
<-> sub * cmr/bx/sl
|
|
}{}
|
|
\endinput
|
|
|