diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/qpxqtx/qpxmath.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/qpxqtx/qpxmath.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/qpxqtx/qpxmath.sty b/Master/texmf-dist/tex/generic/qpxqtx/qpxmath.sty index c96f60c83d6..77255720a09 100644 --- a/Master/texmf-dist/tex/generic/qpxqtx/qpxmath.sty +++ b/Master/texmf-dist/tex/generic/qpxqtx/qpxmath.sty @@ -1,3 +1,6 @@ +%% Jacek Mierczy\'nski, Staszek Wawrykiewicz, ver. 0.95 (03.02.2007) +%% Public domain. +%% ----- \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{qpxmath} %% @@ -12,11 +15,11 @@ } \ProcessOptions\relax % -\DeclareSymbolFont{operators} {\encodingdefault}{qpl} {m}{n} +\DeclareSymbolFont{operators} {OT1}{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{operators}{bold}{OT1}{qpl} {b}{n} \SetSymbolFont{letters} {bold}{OML}{qpxmi} {b}{it} \SetSymbolFont{symbols} {bold}{OMS}{pxsy}{b}{n} \SetSymbolFont{largesymbols} {bold}{OMX}{pxex}{b}{n} |