Text Formatting ⇒ Superscript before Expression
Superscript before Expression
Hi all, I need help with superscript. I need to have the 110 in superscript before the Pd in - 110Pd. Everything I do doesn't work! Can you someone advise me please. Thanks in advance, Chloe
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
Superscript before Expression
"Doesn't work" as problem description is not very helpful. A minimal example that shows the problem clearly along with the corresponding error message(s) from the log file is much better.
Actually \textsuperscript{110}Pd in the source of your document should do. It seems like you want to typeset a Palladium isotope. If so, take a look at the mhchem package for typesetting chemical symbols (and more).
For details have a look at the package manual. You have instant access on the command line.
Best regards and welcome to the board
Thorsten
Actually \textsuperscript{110}Pd in the source of your document should do. It seems like you want to typeset a Palladium isotope. If so, take a look at the mhchem package for typesetting chemical symbols (and more).
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[version=3]{mhchem}
\begin{document}
\ce{^{110}Pd}
\end{document}
Code: Select all
texdoc mhchem
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10