Timeline for Superscript outside math mode
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 22, 2023 at 16:19 | comment | added | ttsc | Also, \mathrm ignores spaces between characters. $^{\mathrm{some text}}$ produces the same output as $^{\mathrm{sometext}}$. | |
| Jan 2, 2019 at 9:12 | comment | added | TeXnician | That does not work if the surrounding text is in italics (for instance). Mathrm will always produce upright text. The better solution is to use \text from amsmath which is shown in Natalya's answer. | |
| Dec 11, 2017 at 23:06 | history | answered | durbachit | CC BY-SA 3.0 |