Skip to main content
1 of 2
barbara beeton
  • 91.1k
  • 19
  • 246
  • 563

this construction is simple enough that you can forget about redefining it for multiple sizes. instead, use the \text facility of amsmath:

\renewcommand{\atoi}{\text{\rotatebox[origin=c]{180}{$\iotaup$}}} 

this can be used both in the "main line" and in super/subscripts of any level, and it should produce the desired result.

barbara beeton
  • 91.1k
  • 19
  • 246
  • 563