Skip to content

Instantly share code, notes, and snippets.

@takuma7
Created July 3, 2011 04:02
Show Gist options
  • Save takuma7/1061946 to your computer and use it in GitHub Desktop.
Save takuma7/1061946 to your computer and use it in GitHub Desktop.
図+図+図
\begin{figure}[htbp]
\begin{tabular}{ccc}
\begin{minipage}{.33\textwidth}
\centering
\includegraphics[width=4cm]{foo.eps}
\caption{fooのキャプションだよ!}
\label{fig:foo}
\end{minipage}
\begin{minipage}{.33\textwidth}
\centering
\includegraphics[width=4cm]{bar.eps}
\caption{barのキャプションだよ!}
\label{fig:bar}
\end{minipage}
\begin{minipage}{.33\textwidth}
\centering
\includegraphics[width=4cm]{hoge.eps}
\caption{hogeのキャプションだよ!}
\label{fig:hoge}
\end{minipage}
\end{tabular}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment