I am looking for a way to reduce the size of \overleftrightarrow (or change it for a similar function), as it seems HUGE compared to \vec or \hat.
How could I change the function \te on the minimum example to obtain something more consistent with the other functions?
Thanks in lot :)
\documentclass{report}
\usepackage{amsmath}
\newcommand{\te}[1] {\overleftrightarrow{#1}}
\begin{document}
The following tensor $\te{A}$ has a huge arrow compared to $\vec{A}$ or $\hat{A}$.
\end{document}
