summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty')
-rw-r--r--Master/texmf-dist/tex/latex/urwchancal/urwchancal.sty17
1 files changed, 17 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