From b1fa5086d748d408c1b5d2e372b3b4de3bf57b1f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 10 Mar 2011 00:09:15 +0000 Subject: new vf package urwchancal (9mar11) git-svn-id: svn://tug.org/texlive/trunk@21668 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/urwchancal/urwchancal.sty | 17 +++++++++++++++++ .../texmf-dist/tex/latex/urwchancal/uurwchancal.fd | 20 ++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty create mode 100644 Master/texmf-dist/tex/latex/urwchancal/uurwchancal.fd (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty b/Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty new file mode 100644 index 00000000000..ba04f02f876 --- /dev/null +++ b/Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty @@ -0,0 +1,17 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{urwchancal}[2011/03/05 v1 U/urwchancal] +\RequirePackage{xkeyval}% +\newcommand{\urw@chan}{} +\let\urw@chan=c\relax +\define@key{urwchancal.sty}{scaled}[1.0]{% +\expandafter\def\csname urwchancal@scale\endcsname {#1}}% +%\define@boolkey{urwchancal.sty}{mathcal}[true]{\let\urw@chan=c}% +\define@boolkey{urwchancal.sty}{mathscr}[true]{\let\urw@chan=s}% +\ExecuteOptionsX{scaled}% +\ProcessOptionsX\relax% +\ifx\urw@chan c + \DeclareMathAlphabet{\mathcal}{U}{urwchancal}{m}{n}% +\else% + \DeclareMathAlphabet{\mathscr}{U}{urwchancal}{m}{n}% +\fi% +\endinput diff --git a/Master/texmf-dist/tex/latex/urwchancal/uurwchancal.fd b/Master/texmf-dist/tex/latex/urwchancal/uurwchancal.fd new file mode 100644 index 00000000000..91994219d00 --- /dev/null +++ b/Master/texmf-dist/tex/latex/urwchancal/uurwchancal.fd @@ -0,0 +1,20 @@ +%Filename: uurwchancal.fd +%Created by: tex uurwchancal-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{uurwchancal.fd} + [2011/03/05 Fontinst v1.933 font definitions for U/urwchancal.] + +\expandafter\ifx\csname urwchancal@scale\endcsname\relax +\let\urwchancal@@scale\@empty\else\edef\urwchancal@@scale{s*[\csname urwchancal@scale\endcsname]}\fi + +\DeclareFontFamily{U}{urwchancal}{\skewchar \font =45} + +\DeclareFontShape{U}{urwchancal}{m}{n}{ + <-> \urwchancal@@scale urwchancal +}{} + +\endinput + -- cgit v1.2.3