The minimal working code =
\RequirePackage[2020-02-02]{latexrelease}
\documentclass{article}
%
\usepackage{graphicx}
\RequirePackage{hyperref}
%
\hypersetup{colorlinks=true,
breaklinks=true,
citecolor=black,
urlcolor=blue,
linkcolor=black,
menucolor=blue,
anchorcolor=red,
pdfstartview={XYZ null null 1},
bookmarksnumbered=false,
bookmarksopen=true,
bookmarksopenlevel=0}
%
\begin{document}
For a full understanding of the air intake system relevant to the problem Figure \ref{fig:1.1} will be used as an example
%
\begin{figure}[ht]
\centering
\includegraphics[width=40mm,height=50mm]{system outline.PNG}
\caption{simplified block diagram air intake system}
\label{fig:1.1}
\end{figure}
\end{document}
But then the result is like shown in the picture below:

However i only want the numbers to be shown, if the phrasing of my question is wrong please excuse me for that.
\RequirePackage[2020-02-02]{latexrelease}? – samcarter_is_at_topanswers.xyz Dec 26 '22 at 13:23