Created
April 25, 2014 16:48
-
-
Save haberbyte/11295921 to your computer and use it in GitHub Desktop.
Figure - Subfigure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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