Im currently struggeling to present some images.
To be exact i cannt set some caption for my minipage figures.
how do i add caption for my images? Currently the caption begin in the center of the pdf.
Like under the 3th Image. If i only use 2 Images with like minipagesize0.5 its working. How do i get it working with 5 images in a row? and how to get multiple rows. I tried /centering (those where were are the empty lines), didnt worked out
Code: Select all
\begin{figure}[H]
\begin{minipage}[t]{0.19\linewidth}
\includegraphics[width=\textwidth]{Image1.png}
\caption*{a) original}
\end{minipage}
\begin{minipage}[t]{0.19\linewidth}
\includegraphics[width=\textwidth]{Image12.png}
\caption*{b) FW}
\end{minipage}
\begin{minipage}[t]{0.19\linewidth}
\includegraphics[width=\textwidth]{Image13.png}
\caption*{c) QS}
\end{minipage}
\begin{minipage}[t]{0.19\linewidth}
\includegraphics[width=\textwidth]{Image14.png}
\caption*{d) SL}
\end{minipage}
\begin{minipage}[t]{0.19\linewidth}
\includegraphics[width=\textwidth]{Image5.png}
\caption*{e) CW}
\end{minipage}
\caption{Main Caption}
\end{figure}