summaryrefslogtreecommitdiff
path: root/fonts/pxtxalfa/tex/latex/pxtxalfa/px-ds.sty
blob: d3d48a4529f08e8ae4db94a7ddf86a5292f9c161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{px-ds}[2021/10/21 v2 U/px-ds]
\RequirePackage{xkeyval}%
\newcommand*{\pxds@scale}{1} 
\DeclareOptionX{scale}{\renewcommand*{\pxds@scale}{#1}}
\DeclareOptionX{scaled}{\renewcommand*{\pxds@scale}{#1}}
\ExecuteOptionsX{scale}%
\ProcessOptionsX\relax%

\DeclareMathAlphabet{\mathbb}{U}{px-ds}{m}{n}
\SetMathAlphabet{\mathbb}{bold}{U}{px-ds}{b}{n}
\DeclareMathAlphabet{\mathbbb} {U}{px-ds}{b}{n}
\endinput