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
% t3cmr.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{t3cmr.fd}[2001/12/31 TIPA font definitions]
|
|
\DeclareFontFamily{T3}{cmr}{}
|
|
\DeclareFontShape{T3}{cmr}{m}{n}{%
|
|
<5> <6> <7> <8> tipa8
|
|
<9> tipa9
|
|
<10> <10.95> tipa10
|
|
<12> <14.4> tipa12
|
|
<17.28> <20.74> <24.88> tipa17
|
|
}{}
|
|
\DeclareFontShape{T3}{cmr}{bx}{n}{%
|
|
<5> <6> <7> <8> tipabx8
|
|
<9> tipabx9
|
|
<10> <10.95> tipabx10
|
|
<12> <14.4> <17.28> <20.74> <24.88> tipabx12
|
|
}{}
|
|
\DeclareFontShape{T3}{cmr}{b}{n}{%
|
|
<-> tipab10
|
|
}{}
|
|
\DeclareFontShape{T3}{cmr}{bx}{sl}{%
|
|
<-> tipabs10
|
|
}{}
|
|
\DeclareFontShape{T3}{cmr}{m}{sl}{%
|
|
<5> <6> <7> <8> tipasl8
|
|
<9> tipasl9
|
|
<10> <10.95> tipasl10
|
|
<12> <14.4> <17.28> <20.74> <24.88> tipasl12
|
|
}{}
|
|
\DeclareFontShape{T3}{cmr}{m}{it}{%
|
|
<-> sub * cmr/m/sl
|
|
}{}
|
|
\DeclareFontShape{T3}{cmr}{bx}{it}{%
|
|
<-> sub * cmr/bx/sl
|
|
}{}
|
|
\endinput
|
|
|