\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bickham}[2012/04/24 v1 U/bickham]
\RequirePackage{xkeyval}%
\def\bickham@wt{m}
\newif\if@bickham@scr
\define@key{bickham.sty}{scaled}[1.0]{%
\expandafter\def\csname bickham@scale\endcsname {#1}}%
\ExecuteOptionsX<bickham.sty>{scaled}%
\DeclareOption{scr}{\@bickham@scrtrue}
\DeclareOption{sb}{\def\bickham@wt{sb}}
\ProcessOptions*
\if@bickham@scr
  \DeclareMathAlphabet{\mathscr}{U}{bickham}{\bickham@wt}{n}
  \SetMathAlphabet{\mathscr}{bold}{U}{bickham}{b}{n}
  \DeclareMathAlphabet{\mathbscr} {U}{bickham}{b}{n}
\else
  \DeclareMathAlphabet{\mathcal}{U}{bickham}{\bickham@wt}{n}
  \SetMathAlphabet{\mathcal}{bold}{U}{bickham}{b}{n}
  \DeclareMathAlphabet{\mathbcal} {U}{bickham}{b}{n}
\fi
\endinput