blob: d1965914f2ed52c30e6210339abe03317ab2f28f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%%%%%%%%%%%%%%%%%% uifblk.fd %%%%%%%%%%%%%%%%%%%%%%%
% (c) Ingo Kloeckl
% This program can be redistributed and/or modified under the terms
% of the LaTeX Project Public License Distributed from CTAN
% archives in directory macros/latex/base/lppl.txt; either
% version 1 of the License, or any later version.
% History
% 10.05.2001 v1.0 IK
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Die Familie der "Roman"-Schriften
\DeclareFontFamily{U}{ifblk}{}
\DeclareFontShape{U}{ifblk}{m}{n}{%
<-> ifblk10}{}
\DeclareFontShape{U}{ifblk}{bx}{n}{%
<-> ifblk10}{}
%%%%%%%%%%%%%%%%%% end of uifblk.fd %%%%%%%%%%%%%%%%%%%%%%%
|