On Tue, Oct 29, 2002 at 08:15:36AM -0200, Joao Luis Meloni Assirati wrote:
> > Don't know. I would have tried \textsubscript, but you certainly tried
> > that.
> 
> Yeah, I've tried... It does not work, it is a pitty.

There is

\DeclareRobustCommand*\textsuperscript[1]{%
  \@textsuperscript{\selectfont#1}}
\def\@textsuperscript#1{%
  {\m@th\ensuremath{^{\mbox{\fontsize\sf@size\z@#1}}}}}

in base/latex.ltx. So maybe

\DeclareRobustCommand*\textsubscript[1]{%
  \@textsubscript{\selectfont#1}}
\def\@textsubscript#1{%
  {\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}}

in the preamble would help?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to