I use subfigure to put some pictures in one figure. But because the pictures are too much, I need to get a smaller caption for each picture, in order everything fits on each page.
Here is my code:
Code: Select all
\begin{figure}[htb]
\centering
\subfigure[$T_w=300\;K$]{\includegraphics[width=0.5\textwidth]{iso_4_125_300_w.jpg}}\\
\subfigure[$T_w=500\;K$]{ \includegraphics[width=0.5\textwidth]{iso_4_125_500_w.jpg}}\\
\subfigure[$T_w=600\;K$]{\includegraphics[width=0.5\textwidth]{iso_4_125_600_w.jpg}}\\
\subfigure[$T_w=1000\;K$]{\includegraphics[width=0.5\textwidth]{iso_4_125_1000_w.jpg}}\\
\subfigure[$T_w=1000\;K$]{\includegraphics[width=0.5\textwidth]{iso_wtemp_druckv.jpg}}\\
\caption{Machzahlverlauf und Schmierenbilder f\"ur verschiedene Wandtemepraturen $T_w$}
\label{fig:iso_wtemp_druckv_schmier}
\end{figure}
Btw, is there also a possibility to make the gap smaller between each picture?
Thanks a lot for any help. I need it.
Byebye,
Kluni.