[Tex/LaTex] Latex vector notation (arrow)

arrowsvector

enter image description here

How do I get such a notation for vectors in LaTeX?

Best Answer

See, if this is what you looking for:

\documentclass[preview, margin=3mm]{standalone}
\usepackage{harpoon}% <---

\begin{document}
$\overrightharp{a}$    $\overrightharp{AB}$  
\end{document}

enter image description here