diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty b/Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty new file mode 100644 index 00000000000..616301b67f0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty @@ -0,0 +1,13 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{txuprcal}[2017/02/22 v1 U/TXUprCal] +\RequirePackage{xkeyval}% +\define@key{txuprcal.sty}{scaled}[1.0]{% +\def\TXUprCalScale{#1}}% +\ExecuteOptionsX<txuprcal.sty>{scaled}% +\ProcessOptionsX<txuprcal.sty>\relax% +\let\mathcalr\undefined +\let\mathbcal\undefined +\DeclareMathAlphabet{\mathcal}{U}{txuprcal}{m}{n} +\SetMathAlphabet{\mathcal}{bold}{U}{txuprcal}{b}{n} +\DeclareMathAlphabet{\mathbcal} {U}{txuprcal}{b}{n} +\endinput |