LyXSliding a Label

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
ubugnu
Posts: 1
Joined: Sat Sep 21, 2013 1:33 pm

Sliding a Label

Post by ubugnu »

I want to slide a label so I use this TeX code.

Code: Select all

\xymatrix{A\ar^(.25){f}[r] & B}
Using directly this code as latex in LyX works, but I want to do the same thing in equations environment in LyX, what LyX is doing is putting all the (.25){f} part as superscript

Code: Select all

\xymatrix{A\ar^{(.25){f}}[r] & B}
How can I avoid this problem without having to write raw LaTeX in LyX?

Recommended reading 2024:

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

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

Post Reply