LyXSuperscript after subscript

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Predrag011
Posts: 2
Joined: Tue Dec 09, 2008 1:26 pm

Superscript after subscript

Post by Predrag011 »

Hello,
after many unsuccessful attempts to do this, I decided to post a question about it.
I need to type in Math mode something that I would usually type in plain Latex {d_1}^2. With Lyx and its Math mode, I always get d_1^2 which puts 2 above 1 and I want it to be on the right and above subscripted 1.
Thanks for any suggestions.
- Predrag.

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

Predrag011
Posts: 2
Joined: Tue Dec 09, 2008 1:26 pm

Re: Superscript after subscript

Post by Predrag011 »

To reply to myself:

\{d_1 Space Space ^2
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Superscript after subscript

Post by localghost »

Code: Select all

\[
  d_1{}^2
\]

Best regards and welcome to the board
Thorsten¹
Post Reply