diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-07 22:57:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-07 22:57:53 +0000 |
commit | 5234bf5dd0e40942928b3466856ce322adfea904 (patch) | |
tree | 36c0c0b350091d6af4738d9b05a00b0c134ab593 /Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd | |
parent | 8d43fde7923911d9106fe1695ed04baa58bc186c (diff) |
new math font dutchcal (22jun11)
git-svn-id: svn://tug.org/texlive/trunk@23448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd b/Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd new file mode 100644 index 00000000000..219c29417d7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd @@ -0,0 +1,24 @@ +%Filename: udutchcal.fd +%Created by: tex udutchcal-r-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{udutchcal.fd} + [2011/06/16 Fontinst v1.933 font definitions for U/dutchcal.] + + +\expandafter\ifx\csname dutchcal@scale\endcsname\relax +\let\dutchcal@@scale\@empty\else\edef\dutchcal@@scale{s*[\csname dutchcal@scale\endcsname]}\fi +\DeclareFontFamily{U}{dutchcal}{\skewchar \font =45} + +\DeclareFontShape{U}{dutchcal}{m}{n}{ + <-> \dutchcal@@scale dutchcal-r +}{} +\DeclareFontShape{U}{dutchcal}{b}{n}{ + <-> \dutchcal@@scale dutchcal-b +}{} + + +\endinput + |