I want to have subcaption to the subfigures and one caption below the figure. How can I add it to my code? Code below is without any captions. The layout is:
\documentclass[12pt, a4paper]{report}
\usepackage[export]{adjustbox}
\begin{document}
\begin{tabular}{cc}
\begin{adjustbox}{valign=t}
\includegraphics[width=2.5in,height=4in]{setupemb}
\end{adjustbox}
&
\begin{adjustbox}{valign=t}
\begin{tabular}{@{}c@{}}
\includegraphics[width=2in,height=1.9in]{setup3}
\\[2ex]
\includegraphics[width=2in,height=1.9in]{metal2}
\end{tabular}
\end{adjustbox}
\end{tabular}
\end{document}
minipages. Thetabularhere is just egregious. – cfr Jul 26 '16 at 12:51tabular, but I'm not clear why. – cfr Jul 26 '16 at 12:55