ich habe eine seltsame Fehlermeldung beim Einbinden von Graphiken.
Wenn ich die Graphik formatieren will klappt es nicht.
So funktionierts:
[/code]\begin{figure}
\centering
\includegraphics{Bilder/polant.jpg}
\label{fig:polant}
\end{figure}
und so nicht:
\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{Bilder/polant.jpg}
\label{fig:polant}
\end{figure}
Hier ist die Fehlermeldung dazu:
LaTeX Error: \begin{figure on input line 1 ended by \end{document}
You can't unse '\end' in internal vertical mode.
LaTeX Error: \begin{figure on input line 1 ended by \end{document}
Missing } inserted
Emergency stop
--> Fatal error occurred, no output PDF file produced!
Hat jemand eine Idee? Danke für eure Hilfe![/img]