General= with a ^ above

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Snoop1990
Posts: 5
Joined: Fri Mar 28, 2008 2:46 pm

= with a ^ above

Post by Snoop1990 »

Hello,
I am quiet new to LaTeX and just use it for Math inside a Pages (Apple) Document. Now I am not that familiar with those special letters. Hope you can help me.

I looked on the web, but do not find the right, so I used a smooth trick ...

Code: Select all

\hat{=}
But this do not look like I want it to. So maybe you can tell me how to create the symbol I am looking for.

(It is used to define a new value)

Regrades Snoop1990
Snoop1990.uni.cc (personal blog)

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

= with a ^ above

Post by Stefan Kottwitz »

Hi Snoop1990,

try \widehat{=}. In general its particularly promising to search inside the The Comprehensive LaTeX Symbol List when you are in need of a certain symbol.

Stefan
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

= with a ^ above

Post by localghost »

Another approach could be to stack two symbols.

Code: Select all

\stackrel{\wedge}{=}

MfG
Thorsten¹
Post Reply