diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:56:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:56:46 +0000 |
commit | c0ab42c2dba9941316ff2957fd13bbb2c50e162e (patch) | |
tree | aa7a1145ba51b2b98d591f49597eaeab4d42aa95 /Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd | |
parent | 8f6b667a0eb5f453a32cfa5aebf57a99cf6ee024 (diff) |
hfoldsty
git-svn-id: svn://tug.org/texlive/trunk@975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd new file mode 100644 index 00000000000..3baa53c8d09 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd @@ -0,0 +1,48 @@ +%% +%% This is file `ts1hfovtt.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% hfoldsty.dtx (with options: `fd,ts1hfovtt') +%% +%% 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{ts1hfovtt.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}{hfovtt}{} +\HFO@ttfamily{TS1}{hfovtt}{m}{n}{tcvt} +\HFO@ttfamily{TS1}{hfovtt}{m}{it}{tcvi} +\endinput +%% +%% End of file `ts1hfovtt.fd'. |