\documentclass[a4paper,12pt]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\begin{document}
\begin{figure}[hbtp]
\includegraphics[width=10cm]{Kontextbruecke.jpg}
\caption{Overlap}
\label{kontextbruecke}
\end{figure}
\end{document}
Als Fehlermeldung bekomme ich immer:
! Undefined control sequence.
l.10 \includegraphics
[width=10cm]{Kontextbruecke.emf}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Freue mich über eure Hilfe!! Vielen Dank schon mal


