diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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 + |