diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-28 23:10:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-28 23:10:54 +0000 |
commit | f044f6cb0c8e59e1b4ef454711c13b023d5af52d (patch) | |
tree | 87034484f23a2b6e578b403105f659e158d1699c /Master/texmf-dist/tex/latex/kpfonts/kpfonts.sty | |
parent | 48066adf939ff889ed9e33a4a8e5ede53db58d28 (diff) |
kpfonts update (28mar09)
git-svn-id: svn://tug.org/texlive/trunk@12555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/kpfonts/kpfonts.sty')
-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 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |