diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-10 00:09:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-10 00:09:15 +0000 |
commit | b1fa5086d748d408c1b5d2e372b3b4de3bf57b1f (patch) | |
tree | c1c54c19f86c2b7b28228c9ab390051b877c2a20 /Master/texmf-dist/tex/latex/urwchancal | |
parent | e240dc11a49f89d14320be45ca0f3ff0f9fcd5f9 (diff) |
new vf package urwchancal (9mar11)
git-svn-id: svn://tug.org/texlive/trunk@21668 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/urwchancal')
-rw-r--r-- | Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/urwchancal/uurwchancal.fd | 20 |
2 files changed, 37 insertions, 0 deletions
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<urwchancal.sty>{scaled}% +\ProcessOptionsX<urwchancal.sty>\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 + |