Fehlermeldungen beim Bilder einfügen
Verfasst: Do 6. Feb 2014, 16:20
Gute Tag,
ich habe Probleme Bilder einzufügen mit Latex. Diese möchte ich nebeneinander anordnen und habe nun folgendes geschrieben:
dabei erhalte ich jedoch jeweils zwei Fehlermeldungen in den Zeilen mit includegraphics. Die Fehlermeldungen lauten:
! Argument of \Gin@ii has an extra }.
<inserted text>
\par
l.400 \subfigure\includegraphics
[width=4.4cm]
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.
Runaway argument?
! Paragraph ended before \Gin@ii was complete.
<to be read again>
\par
l.400 \subfigure\includegraphics
[width=4.4cm]
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
Also wenn ich das richtig verstehe soll laut dem ersten Fehler eine Klammer zu viel sein. Und bei dem zweiten soll dann wieder eine fehlen?
danke schonmal für die Hilfe.
Sora
ich habe Probleme Bilder einzufügen mit Latex. Diese möchte ich nebeneinander anordnen und habe nun folgendes geschrieben:
\begin{figure}[!htb] \begin{center} \subfigure[Bildunterschrift]\includegraphics[width=4.4cm] {Test/Test1/Einzel250}\hfill \subfigure[Bildunterschrift]\includegraphics[width=4.4cm] {Test/Test1/Gesamt250}\hfill \caption{Darstellung 1 und 2}\cite{fan11} \label{figure_cone} \end{center} \end{figure}
! Argument of \Gin@ii has an extra }.
<inserted text>
\par
l.400 \subfigure\includegraphics
[width=4.4cm]
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.
Runaway argument?
! Paragraph ended before \Gin@ii was complete.
<to be read again>
\par
l.400 \subfigure\includegraphics
[width=4.4cm]
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
Also wenn ich das richtig verstehe soll laut dem ersten Fehler eine Klammer zu viel sein. Und bei dem zweiten soll dann wieder eine fehlen?
danke schonmal für die Hilfe.
Sora