Hello,
I need an equals sign with an arrow (something like \rightarrow or \rightharpoonup, whichever looks more elegant ) on top of it, but I couldn't find it in Scott Pakin's 2009 list, has anyone come across this symbol ?
Very much appreciated,
Thanks
Fonts & Character Sets ⇒ equals with arrow on top
equals with arrow on top
Hi,
\overset could help you to define the new symbol:
\overset could help you to define the new symbol:
Code: Select all
\documentclass{book}
\usepackage{amsmath}
\begin{document}
$a\overset{\rightarrow}{=} b$
\[ a\overset{\rightarrow}{=} b\]
$a\overset{\rightharpoonup}{=} b$
\[ a\overset{\rightharpoonup}{=} b\]
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...