From 670657869ac48c6aae8a5a12511f358f8a33dffa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 Feb 2017 22:09:01 +0000 Subject: txuprcal, now flattened (23feb17) git-svn-id: svn://tug.org/texlive/trunk@43327 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty (limited to 'Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty') 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{scaled}% +\ProcessOptionsX\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 -- cgit v1.2.3