Re: Caratteri in apice/pedice nel testo

#11238
Up
0
Down
::


\textsubscript e \textsuperscript. Il primo deve essere definito nel preambolo con
`\makeatletter
\DeclareRobustCommand*\textsubscript[1]{%
\@textsubscript{\selectfont#1}}
\newcommand{\@textsubscript}[1]{%
{\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}}
\makeatother
`

Go to top