I want to put a left arrow over letter in math mode. I am looking for exactly the reverse of the vector symbol in \vec{x}
. I tried to put it with \stackrel{\leftarrow}{x}
, but it doesn't look good.
Thanks.
Use \overset{above}{main} in math mode. In your case, \overset{a}{\#} .
Usually, we use double arrows for implications: A⇒B. You can use a crossed out double arrow for does not imply: A⇏B. In LaTeX, these are "\Rightarrow" and "\nRightarrow", respectively.
Latex provides a huge number of different arrow symbols. Arrows would be used within math enviroment. If you want to use them in text just put the arrow command between two $ like this example: $\uparrow$ now you got an up arrow in text.
Use \overleftarrow
to create a long arrow to the left.
\overleftarrow{blahblahblah}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With