What can I do to make the formatting of the reference the same formatting as the surrounding text, like it is when I use the normal \ref instead of \eqref?
Code: Select all
% --- Inside preamble --- %
\usepackage{mathtools}
\newtagform{myformat}[]{\footnotesize(}{)}
\usetagform{myformat}
\numberwithin{equation}{section}
% --- Inside document --- %
Here's an equation:
\begin{equation}
-\frac{\hbar^2}{2m}\nabla^2 u+V(\vec{r}) u = i \hbar \frac{\partial u}{\partial t} ,
\label{eq:sch}
\end{equation}
and now I'm referencing to it: \verb+\eqref+ gives \eqref{eq:sch} and \verb+\ref+ gives \ref{eq:sch}