Text FormattingSuperscripts in Front of Letter

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
niles
Posts: 92
Joined: Mon Dec 01, 2008 9:35 pm

Superscripts in Front of Letter

Post by niles »

Hi

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}
Thanks for any help in advance.


Best regards,
Niles.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Superscripts in Front of Letter

Post by localghost »

Depends on the context. What is ${}^1{S}_0$ going to represent?


Thorsten
niles
Posts: 92
Joined: Mon Dec 01, 2008 9:35 pm

Re: Superscripts in Front of Letter

Post by niles »

Hi

That was really fast! It is supposed to represent an atomic (ground) state.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Superscripts in Front of Letter

Post by localghost »

Take a look at the mhchem package. The syntax then would be \ce{^1S0}.
niles
Posts: 92
Joined: Mon Dec 01, 2008 9:35 pm

Re: Superscripts in Front of Letter

Post by niles »

Thanks!
Post Reply