includegraphics funktioniert nicht...
Verfasst: Fr 6. Mär 2009, 09:54
Seit einer Weile kann ich aus irgendeinem Grund keine Bilder mehr in Latex einbinden. Das Problem liegt etwas tiefer, da der gleiche Quellcode bei Freunden von mir einwandfrei läuft und die Bilder im pdf-Output erscheinen. Ein kleines Stück dummy Code, damit keine anderen Packages reinspielen:
Ich benutze TeXnicCenter und MikTeX Version 2.7. Außerdem hab ich gerade heute wieder Updates auf alle meine Packages laufen lassen...
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
[/i][/code]
\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
