summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/qpx/qpxmath.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/qpx/qpxmath.sty')
-rw-r--r--Master/texmf-dist/tex/generic/qpx/qpxmath.sty59
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/qpx/qpxmath.sty b/Master/texmf-dist/tex/generic/qpx/qpxmath.sty
new file mode 100644
index 00000000000..22bb1d9928f
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/qpx/qpxmath.sty
@@ -0,0 +1,59 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{qpxmath}
+%%
+\DeclareSymbolFont{operators} {\encodingdefault}{qpl} {m}{n}
+\DeclareSymbolFont{letters} {OML}{qpxmi} {m}{it}
+\DeclareSymbolFont{symbols} {OMS}{pxsy} {m}{n}
+\DeclareSymbolFont{largesymbols} {OMX}{pxex} {m}{n}
+\SetSymbolFont{operators}{bold}{\encodingdefault}{qpl} {b}{n}
+\SetSymbolFont{letters} {bold}{OML}{qpxmi} {b}{it}
+\SetSymbolFont{symbols} {bold}{OMS}{pxsy}{b}{n}
+\SetSymbolFont{largesymbols} {bold}{OMX}{pxex}{b}{n}
+%%
+\DeclareMathAlphabet {\mathbf}{\encodingdefault}{qpl}{b}{n}
+\DeclareMathAlphabet {\mathit}{\encodingdefault}{qpl}{m}{it}
+\SetMathAlphabet\mathit{bold}{\encodingdefault}{qpl}{b}{it}
+%%
+\DeclareMathSymbol{\varGamma}{\mathalpha}{letters}{0}
+\DeclareMathSymbol{\varDelta}{\mathalpha}{letters}{1}
+\DeclareMathSymbol{\varTheta}{\mathalpha}{letters}{2}
+\DeclareMathSymbol{\varLambda}{\mathalpha}{letters}{3}
+\DeclareMathSymbol{\varXi}{\mathalpha}{letters}{4}
+\DeclareMathSymbol{\varPi}{\mathalpha}{letters}{5}
+\DeclareMathSymbol{\varSigma}{\mathalpha}{letters}{6}
+\DeclareMathSymbol{\varUpsilon}{\mathalpha}{letters}{7}
+\DeclareMathSymbol{\varPhi}{\mathalpha}{letters}{8}
+\DeclareMathSymbol{\varPsi}{\mathalpha}{letters}{9}
+\DeclareMathSymbol{\varOmega}{\mathalpha}{letters}{10}
+%%
+\DeclareMathSymbol{\Gamma}{\mathalpha}{letters}{128}
+\DeclareMathSymbol{\Delta}{\mathalpha}{letters}{129}
+\DeclareMathSymbol{\Theta}{\mathalpha}{letters}{130}
+\DeclareMathSymbol{\Lambda}{\mathalpha}{letters}{131}
+\DeclareMathSymbol{\Xi}{\mathalpha}{letters}{132}
+\DeclareMathSymbol{\Pi}{\mathalpha}{letters}{133}
+\DeclareMathSymbol{\Sigma}{\mathalpha}{letters}{134}
+\DeclareMathSymbol{\Upsilon}{\mathalpha}{letters}{135}
+\DeclareMathSymbol{\Phi}{\mathalpha}{letters}{136}
+\DeclareMathSymbol{\Psi}{\mathalpha}{letters}{137}
+\DeclareMathSymbol{\Omega}{\mathalpha}{letters}{138}
+%%
+\DeclareMathSymbol{+}{\mathbin}{letters}{139}
+\DeclareMathSymbol{=}{\mathrel}{letters}{140}
+\DeclareMathDelimiter{/}{\mathord}{letters}{141}{largesymbols}{"0E}
+%%
+\DeclareMathSymbol{\xleq}{\mathrel}{letters}{142}
+\DeclareMathSymbol{\xgeq}{\mathrel}{letters}{143}
+\@ifpackageloaded{polski}{%
+ \let\leq=\xleq
+ \let\geq=\xgeq
+ \let\le=\leq
+ \let\ge=\geq}{}
+%%
+ \DeclareMathSymbol{\varg}{\mathord}{letters}{144}
+%%
+\DeclareFontFamily{OML}{qpxmi}{\skewchar\font127 }
+\DeclareFontShape{OML}{qpxmi}{m}{it} {<-> qpxmi}{}
+\DeclareFontShape{OML}{qpxmi}{b}{it} {<-> qpxbmi}{}
+%%
+\endinput