I need to place 2 images with captions in a minipage one below the other, in the second minipage alongside there is the description.
I cannot use \begin{figure} ... \end{figure}
I looked at this, but the solution uses only one image, without minipage. Hence seeking help here.
Here is my attempt.
\begin{minipage}[t]{0.3\textwidth}
\includegraphics[width=2in]{image1}\\
\indludegraphics[width=2in]{image2}
\end{minipage}\hspace*{0.5cm}
\begin{minipage}[t]{0.65\textwidth}
<some long text description>
\end{minipage}
