Skip to content

Instantly share code, notes, and snippets.

@haberbyte
Created April 25, 2014 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haberbyte/11295921 to your computer and use it in GitHub Desktop.
Save haberbyte/11295921 to your computer and use it in GitHub Desktop.
Figure - Subfigure
\begin{figure}[h]
\makebox[\linewidth][c]{%
\begin{subfigure}[b]{.6\textwidth}
\centering
Figure 1
\caption{5 feasible network states}
\end{subfigure}%
\begin{subfigure}[b]{.6\textwidth}
\centering
Figure 2
\caption{10 feasible network states}
\end{subfigure}%
}
\caption{Main figure}
\label{fig:main}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment