Say there is an equation:
\begin{equation}
r^2 = x^2 + y^2 \text{.} \label{eq:circ}
\end{equation}
I can change the autoref label by using:
\def\equationautorefname{Eq.}
Now, using
\autoref{eq:circ} something something \autoref{eq:circ}.
gives Eq. 1 something something Eq. 1.
However, I want the abbreviated versions to expand if they are at the beginning of a line. Essentially, I want this result here: Equation 1 something something Eq. 1. (all hyperlinked of-course). How do I make it happen?


