1

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: enter image description here

\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}
DomDom
  • 153

0 Answers0