Math & ScienceSuperscripts in math mode

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Ultragabu
Posts: 4
Joined: Fri Apr 24, 2015 4:27 pm

Superscripts in math mode

Post by Ultragabu »

Hi. Please, look at this code

\begin{equation}
R = \left( \, \frac{a}{b} \, \right)^{N}
\end{equation}


When I use the \left \right feature and then superscript the last bracket the superscript (N in this case) is placed far from the bracket, like it is drifting away. Is there a way to bring it closer?

Thank you.

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Superscripts in math mode

Post by Stefan Kottwitz »

Hi!

You could write:

... \right)^{\!N}

with the \! for a thin negative space. Or use \!\! for two negative spaces.

Stefan
LaTeX.org admin
Post Reply