Tuesday, June 25, 2013

Latex: Two subfigures in a one (one on top of the other)


%%%%%%%%%%%%%%%%%%%%%--------FIGURE START---------------%%%%%%%%one_ont_top_of_the_other%%%%%%%%%%
\begin{figure}

\begin{minipage}{1\linewidth}
\centering
\subfloat
[
SUBCAPTION TEXT
]
{
\label{fig:SUBFIGURE_TOP}
\includegraphics[width=90mm]{TOP.eps}
}
\end{minipage}%
\par\medskip
\par\medskip
\centering
\subfloat
[
Structure and typical doping design along the cut-line indicated in Figure \ref{fig:0_GCT_top}
]
{
\label{fig:SUBFIGURE_BOTTOM}
\includegraphics[width=8cm]{BOTTOM.eps}
}
\par\medskip
\caption{GLOBALCAPTION}
\label{fig:GLOBAL_FIGURE_LABEL}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%-----------FIGURE END------------------%%%%%%%%%%%%%%%%%%

No comments:

Post a Comment