Die Referenzierung mit \ref verweist immer nur auf das erste Bild in der Minipage?! ich weiß nich was ich falsch mache.....
Code:
\begin{figure}[htbp]
\begin{minipage}{0.4\textwidth}
\centering
\includegraphics[width=0.8\textwidth]{./SollLeistungsdichte/Sollleistungsdichtespektrum.eps}
\label{Bild links}
\caption{Bild links}
\end{minipage}\hfill
\begin{minipage}{0.4\textwidth}
\centering
\includegraphics[width=0.8\textwidth]{./SollLeistungsdichte/Sollleistungsdichtespektrum1.eps}
\label{Bild rechts}
\caption{Bild rechts}
\end{minipage}
\end{figure}
\clearpage
Im Text dann: In Abb. \ref{Bild links} ....bzw. , siehe Abb. \ref{Bild rechts}.
Es wird dann in beiden Fällen auf das linke Bild verwiesen???
Bin dankbar für jede Hilfe!
