Text Formatting ⇒ Superscript before Expression
Superscript before Expression
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Superscript before Expression
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10