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

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

Post Reply