diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/combelow/combelow.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/combelow/combelow.sty b/Master/texmf-dist/tex/latex/combelow/combelow.sty index 3f0b036f1f0..2a52e35c320 100644 --- a/Master/texmf-dist/tex/latex/combelow/combelow.sty +++ b/Master/texmf-dist/tex/latex/combelow/combelow.sty @@ -10,12 +10,12 @@ %% version 2004/10/01 or later. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{combelow}[2009/11/10 v0.99e comma below command] +\ProvidesPackage{combelow}[2010/05/02 v0.99f comma below command] \def\@commafont{\check@mathfonts \fontsize\sf@size\z@\selectfont} \DeclareRobustCommand{\cb}[1]{{% \setbox\z@\hbox{#1}% -\ifdim\dp\z@<.1\ht\z@\ooalign{\unhbox\z@\crcr\hidewidth\lower.4ex\hbox{\@commafont,}\hidewidth}% +\ifdim\dp\z@<.1\ht\z@\ooalign{\unhbox\z@\crcr\hidewidth\lower.3ex\hbox{\@commafont,}\hidewidth}% \else\ooalign{\unhbox\z@\crcr\hidewidth\raise.5ex\hbox{\@commafont`}\hidewidth}% \fi}}% \endinput |