From 5234bf5dd0e40942928b3466856ce322adfea904 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Aug 2011 22:57:53 +0000 Subject: new math font dutchcal (22jun11) git-svn-id: svn://tug.org/texlive/trunk@23448 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/dutchcal/dutchcal.sty | 11 +++++++++++ Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd | 24 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/dutchcal/dutchcal.sty create mode 100644 Master/texmf-dist/tex/latex/dutchcal/udutchcal.fd (limited to 'Master/texmf-dist/tex/latex/dutchcal') 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{scaled}% +\ProcessOptionsX\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 + -- cgit v1.2.3