Here is a minimal example:
Code: Select all
\documentclass{article}
\usepackage{MnSymbol}
\begin{document}
$\overrightarrow{PQ}$
\end{document}
Code: Select all
\documentclass{article}
\usepackage{MnSymbol}
\begin{document}
$\overrightarrow{PQ}$
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Have you tried printing the document to see if the gap is really there? I ask you because when I compiled your document and opened it using the default TeXwork's PDF viewer, I could see the gap; however, when I opened the PDF file using Evince, the gap was gone.sam101981 wrote:I've got a small gap in the arrow from the overrightarrow. Does anybody know how i can get rid off this gap with using the package MnSymbol?..
Code: Select all
\documentclass{article}
\usepackage{MnSymbol}
\usepackage[a]{esvect}
\begin{document}
$\overrightarrow{PQ}$
\smallskip
$\vv{PQ}$
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.