Skip to content

\usepackage{subfigure} #237

Answered by joaomlourenco
bd-cardoso asked this question in Q&A
Discussion options

You must be logged in to vote

Yes. Follow the example for subfigures in "chapter3.tex" of the original template! 😃

\begin{figure}[htbp]
  \centering
  \subbottom[One sub-figure\label{fig:leftsubfig}]{%
    \includegraphics[width=0.5\linewidth]{knitting-vectorial}}%
  \subbottom[Another sub-figure\label{fig:rightsubfig}]{%
    \includegraphics[width=0.5\linewidth]{knitting-vectorial}}%
  \caption{A figure with two sub-figures!}
  \label{fig:fig2subfig}
\end{figure}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bd-cardoso
Comment options

Answer selected by b-pereira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants