2

Why is the vector sign and "2" are too close? Never faced it before..... I wrote: \vec{p}^2 The vec and degree

MGMKLML
  • 185

1 Answers1

2

You won't have this problem with the esvect package:

\documentclass{article}

\usepackage{siunitx}
\usepackage[b]{esvect}

\begin{document}

\[ {\vec p}^2\qquad \vv p^2 \]%

\end{document} 

enter image description here

Bernard
  • 271,350