diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-23 21:59:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-23 21:59:17 +0000 |
commit | d578209ac0e0bca2d66d78160497171afced6159 (patch) | |
tree | 0c77a24eed3ca1612993f25a3d8d3c522cab70bc /Master/texmf-dist/doc/fonts/txuprcal/tex/txuprcal.sty | |
parent | a7d6609912eed392cb9fb7ce8d3607bf8a7f16d0 (diff) |
txuprcal (22feb17)
git-svn-id: svn://tug.org/texlive/trunk@43314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/txuprcal/tex/txuprcal.sty')
-rw-r--r-- | Master/texmf-dist/doc/fonts/txuprcal/tex/txuprcal.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/txuprcal/tex/txuprcal.sty b/Master/texmf-dist/doc/fonts/txuprcal/tex/txuprcal.sty new file mode 100644 index 00000000000..616301b67f0 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/txuprcal/tex/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 |