How is the most correct way to write a superscript in LaTeX, when it has to come *before* a letter/word? E.g., what is the correct way to write the following?
Code: Select all
\documentclass{article}
\begin{document}
${}^1{S}_0$
\end{document}
Best regards,
Niles.