blob: aa009f80b2dd32c07471df496e03ce8974d60ee5 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
%%
%% This is file `ts1hfoss.fd',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% hfoldsty.dtx (with options: `fd,ts1hfoss')
%%
%% hfoldsty package
%%
%% Copyright (C) 2003--2004 Harald Harders
%%
%% This program is free software; you can redistribute it and/or
%% modify it under the terms of the GNU General Public License
%% as published by the Free Software Foundation; either version 2
%% of the License, or (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program; if not, write to the Free Software
%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
%%
%% h.harders@tu-bs.de
%%
\ProvidesFile{ts1hfoss.fd}
[2004/09/12 v1.13 European Computer Modern with oldstyle digits]
\ifhfofixcm
\typeout{ts1hfor.fd: Using fewer design sizes (fix-cm)}%
\providecommand{\HFO@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}%
{<-6><6-7><7-8><8-9><9-10><10-12><12-17><17->genb*#5}{}}
\else
\typeout{ts1hfor.fd: Using all design sizes}%
\providecommand{\HFO@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}%
{<5><6><7><8><9><10><10.95><12><14.4>%
<17.28><20.74><24.88><29.86><35.83>genb*#5}{}}
\fi
\DeclareFontFamily{TS1}{hfoss}{\hyphenchar\font\m@ne}
\HFO@family{TS1}{hfoss}{m}{n}{tcss}
\HFO@family{TS1}{hfoss}{m}{sl}{tcsi}
\HFO@family{TS1}{hfoss}{m}{it}{tcsi}
\HFO@family{TS1}{hfoss}{bx}{n}{tcsx}
\HFO@family{TS1}{hfoss}{bx}{it}{tcso}
\HFO@family{TS1}{hfoss}{bx}{sl}{tcso}
\endinput
%%
%% End of file `ts1hfoss.fd'.
|