Math & ScienceWriting above a math symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Palikaros
Posts: 6
Joined: Thu Dec 01, 2011 11:47 pm

Writing above a math symbol

Post by Palikaros »

Hello...Well this is my last problem and then i ll send my homework to my professor..

I wanna write = and above this symbol this word συμβολικά

Ιt must be only up to =... not up and right!

Like this Image (only the up i want,not down)


Thank you in advance again :)

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Writing above a math symbol

Post by Stefan Kottwitz »

Hi Pelikaros,

with amsmath you could use

Code: Select all

\overset{\text{your text}}{=}
or

Code: Select all

\stackrel{\text{your text}}{=}
Stefan
LaTeX.org admin
Palikaros
Posts: 6
Joined: Thu Dec 01, 2011 11:47 pm

Re: Writing above a math symbol

Post by Palikaros »

My friend,unfortunatly,both of the commands you wrote doesn t give the result i asked...I have amspackage indeed...Do you know what to do?
Post Reply