Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Try to referece a image, but it say it's undefined

...wie in der Abbildung: \ref{fig:serviceWorke} zu sehen ist. 

\vspace{0.5cm}
\begin{figure}
  \includegraphics[width=\textwidth]{gfx/chapter-2/service-worker-architectur.png}
    \caption{Service Worker Architektur [6] (S.24)}%
    \label{fig:serviceWorker}
\end{figure}
\vspace{0.5cm}

Trying to reference a image but it only display a "??".

That’s the Error: Reference `fig:serviceWorke’ on page 11 undefined on input line 126.

I don’t get the Problem.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Thank you for help

>Solution :

Typo: fig:serviceWorker vs. fig:serviceWorke

\documentclass{article}
\usepackage{graphicx}


\begin{document}

...wie in der Abbildung: \ref{fig:serviceWorker} zu sehen ist. 


\begin{figure}[htbp]
  \includegraphics[width=\textwidth]{example-image-duck}
    \caption{Service Worker Architektur [6] (S.24)}%
    \label{fig:serviceWorker}
\end{figure}


\end{document}
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading