diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/kpfonts')
-rw-r--r-- | Master/texmf-dist/tex/latex/kpfonts/kpfonts.sty | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/kpfonts/kpfonts.sty b/Master/texmf-dist/tex/latex/kpfonts/kpfonts.sty index e0cf999655e..7aa6b58f8c7 100644 --- a/Master/texmf-dist/tex/latex/kpfonts/kpfonts.sty +++ b/Master/texmf-dist/tex/latex/kpfonts/kpfonts.sty @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e} % \ProvidesPackage{kpfonts} - [ 2009/03/03 v3.0] + [ 2009/03/23 v3.01] \newif\ifkp@math \kp@mathtrue \newif\ifkp@text \kp@texttrue @@ -413,6 +413,19 @@ \DeclareMathAccent{#1}{#2}{#3}{#4}} +%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Math Operator Definition % +%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\re@DeclareMathSymbol{\kppounds}{\mathord}{operators}{139} + +% \pounds classic bug in math mode + +\let\oldpounds\pounds% +\def\pounds{% + \relax\ifmmode\kppounds% + \else\oldpounds\fi} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Math Italic (jkpmi) Definition % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |