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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply