diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-21 23:24:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-21 23:24:20 +0000 |
commit | ca7fba7e76d6754e68b246406abb8d884729babc (patch) | |
tree | 88592b3f9589a46f69644e225f4286c413cc72bd /Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty | |
parent | a7edada4189ba7cd7815b452dfda0c2e56b14d82 (diff) |
new font pkg pxtxalfa (21aug11 and earlier)
git-svn-id: svn://tug.org/texlive/trunk@23633 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty b/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty new file mode 100644 index 00000000000..d65f73062b4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty @@ -0,0 +1,11 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{pxtx-cal}[2011/08/16 v1 U/tx-cal] +\RequirePackage{xkeyval}% +\define@key{pxtx-cal.sty}{scaled}[1.0]{% +\expandafter\def\csname pxtx-cal@scale\endcsname {#1}}% +\ExecuteOptionsX<pxtx-cal.sty>{scaled}% +\ProcessOptionsX<pxtx-cal.sty>\relax% +\DeclareMathAlphabet{\mathcal}{U}{tx-cal}{m}{n} +\SetMathAlphabet{\mathcal}{bold}{U}{tx-cal}{b}{n} +\DeclareMathAlphabet{\mathbcal} {U}{tx-cal}{b}{n} +\endinput |