diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty b/Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty new file mode 100644 index 00000000000..4c37b818974 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty @@ -0,0 +1,11 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{px-ds}[2011/08/16 v1 U/px-ds] +\RequirePackage{xkeyval}% +\define@key{px-ds.sty}{scaled}[1.0]{% +\expandafter\def\csname px-ds@scale\endcsname {#1}}% +\ExecuteOptionsX<px-ds.sty>{scaled}% +\ProcessOptionsX<px-ds.sty>\relax% +\DeclareMathAlphabet{\mathbb}{U}{px-ds}{m}{n} +\SetMathAlphabet{\mathbb}{bold}{U}{px-ds}{b}{n} +\DeclareMathAlphabet{\mathbbb} {U}{px-ds}{b}{n} +\endinput |