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