Code: Select all
\begin{figure}
\centering
\begin{minipage}[b]{0.45\textwidth}
\includegraphics[width=0.90\textwidth]{Portrait.jpg}
\caption{\textit{This is the freaking caption stuff!}}
\end{minipage}}%
\hspace{0.04\textwidth}%
\centering
\begin{minipage}[b]{0.45\textwidth}
\includegraphics[width=0.90\textwidth]{Portrait.jpg}
\caption{\textit{This is the freaking caption stuff!}}
\end{minipage}}\\[20pt]
\centering
\begin{minipage}[b]{0.45\textwidth}
\includegraphics[width=0.90\textwidth]{Portrait.jpg}
\caption{\textit{This is the freaking caption stuff!}}
\end{minipage}}%
\hspace{0.04\textwidth}%
\centering
\begin{minipage}[b]{0.45\textwidth}
\includegraphics[width=0.90\textwidth]{Portrait.jpg}
\caption{\textit{This is the freaking caption stuff!}}
\end{minipage}}%
I have also tried to do the multi-image using subfigures instead of stacking, but I can't get the a. b. c. labels to turn off. Is it defined somehow in \thesubfigure ? I already have \captionsetup{labelformat=empty, ...} ,but that seems not to apply to subfigures.
What's my best approach?
Bruce