Tagged Questions
4
votes
2answers
389 views
sub- and superscripting together in text mode
I want to use sub- and superscript together in text mode.
I've found this macro to solve the problem
\def\textsubsuperscript#1#2{\rlap{\textsubscript{#1}}\textsuperscript{#2}}
But it doesn't works ...