\ProvidesPackage{clrtimes}[1998/06/26 v1.0] \DeclareOption{cmmath}{% \renewcommand{\sfdefault}{phv}% \renewcommand{\rmdefault}{ptm}% \renewcommand{\ttdefault}{pcr}% \renewcommand{\bfdefault}{b}% } % Just a boolean flag: \DeclareOption{cmbold}{} \ProcessOptions\relax % Don't load the mathtime pkg if "cmmath" option was specified \@ifpackagewith{clrtimes}{cmmath}{}{% \@ifpackagewith{clrtimes}{cmbold}{% \RequirePackage[cmbold,OT1,noTS1]{mathtime}[1996/06/01] }{% % \RequirePackage[mtbold,OT1,noTS1,mtpluscal]{mathtime}[1996/06/01] %% THC changed the required fonts to times for the regular text and %% mtpro2 for all math. \RequirePackage{times} % \RequirePackage[mtpluscal,mtphrb]{mtpro2} \RequirePackage[mtpcal,mtphrb,zswash,subscriptcorrection]{mtpro2} \newcommand{\useregularv}{\mathcode`v="76} \newcommand{\usepointyv}{\mathcode`\v="0117} % \usepointyv }% } \def\elevenbf{\fontsize{11}\f@baselineskip\bfseries} \def\eighteenbf{\fontsize{18}\f@baselineskip\bfseries} \def\eighteenrm{\fontsize{18}\f@baselineskip\fontfamily\rmdefault \fontseries\mddefault\upshape}% \endinput %