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 | |
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')
-rw-r--r-- | Master/texmf-dist/tex/latex/dutchcal/dutchcal.sty | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd | 24 |
2 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/dutchcal/dutchcal.sty b/Master/texmf-dist/tex/latex/dutchcal/dutchcal.sty new file mode 100644 index 00000000000..071ed7f37a0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/dutchcal/dutchcal.sty @@ -0,0 +1,11 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{dutchcal}[2011/06/16 v1 U/dutchcal] +\RequirePackage{xkeyval}% +\define@key{dutchcal.sty}{scaled}[1.0]{% +\expandafter\def\csname dutchcal@scale\endcsname {#1}}% +\ExecuteOptionsX<dutchcal.sty>{scaled}% +\ProcessOptionsX<dutchcal.sty>\relax% +\DeclareMathAlphabet{\mathcal}{U}{dutchcal}{m}{n} +\SetMathAlphabet{\mathcal}{bold}{U}{dutchcal}{b}{n} +\DeclareMathAlphabet{\mathbcal} {U}{dutchcal}{b}{n} +\endinput 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 + |