Hallo,

ich wollte heute zum ersten Mal Subfig benutzen, aber leider klappt das nich so ganz, wie ich will...
Als Bildunterschrift kommt nur (a), (b) usw., ich hätte aber gerne 1.a, 1.b usw, bei anderen scheint das ja auch so zu gehn, aber ich habe kein Unterschied gefunden, wie die das anders machen...

Hier mal mein Code:

Code:
\usepackage{subfig}
...
\begin{figure}[H]
\subfloat[Erste Iteration]{\label{fig:D1} \includegraphics[width=0.31\textwidth]{5_5_Exp1_Step1.JPG}}\hfill
\subfloat[Zweite Iteration] {\label{fig:D2} \includegraphics[width=0.31\textwidth]{5_5_Exp2_Step1.JPG}}\hfill
\subfloat[Dritte Iteration]{\label{fig:D3} \includegraphics[width=0.31\textwidth]{5_5_Exp3_Step1.JPG}}
\end{figure}
Danke