I have problems with the use of the autoref command and linking to a figure.
In the header file I include
Code: Select all
\usepackage[colorlinks=true, linkcolor=black]{hyperref}
Code: Select all
\begin{figure}
\centering
\includegraphics[viewport = 112 707 468 738, width=\textwidth]{images/01/blabla.pdf}
\label{fig:blabla}
\caption{Bla Bla}
\end{figure}
Code: Select all
\autoref{fig:blabla}
Has anybody an idea?