\hypersetup{}
for linking in the PDF document for sections this works fine. But for figure's it links the figure title on top of the page. The figure it self is then not visible. Is there a way for figure's it links that the figure is visible?part of the code
Code: Select all
Code, edit and compile here:
\usepackage{hyperref}\hypersetup{pdftex, colorlinks=true,linkcolor=black,}\ref{figuur:plot}\begin{figure}[h]\centering\includegraphics[width=6cm]{Image/plot}\caption{plot title}\label{figuur:lot}\end{figure}