Math & Sciencecommand opposite to \vec

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
andrew
Posts: 1
Joined: Sun Jan 11, 2009 12:09 pm

command opposite to \vec

Post by andrew »

Good afternoon!

I've faced a problem - if I need a vector from left to right, I can use \vec. Whay should I do if I need the same arrow from right to left. Things like \overleftarrow are not good enough... :?: Especially when their is only one symbol
like \overleftarrow\sigma

I mean I need to get the arrow exactly like the \vec one, but in the opposite direction. Excuse for not accuratness.
Last edited by andrew on Tue Jan 13, 2009 9:43 am, edited 2 times in total.

Recommended reading 2024:

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

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

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

command opposite to \vec

Post by localghost »

Load the amsmath package and it will provide a suitable command.

Code: Select all

\[
  \overleftarrow{AB}
\]
Note that the arrows appears different from that of a vector.


Best regards and welcome to the board
Thorsten¹

Remark:
After the original post has been edited and the request as well as the demands were modified, this reply became completely useless.
Post Reply