Search found 1 match

by syf8d911
Wed May 18, 2011 10:35 pm
Forum: Graphics, Figures & Tables
Topic: Using Subfigure with Figure* to span two columns?
Replies: 6
Views: 95772

Using Subfigure with Figure* to span two columns?

I met the same problem when I was writing a IEEE journal paper. I solved it by using "minipage" and setting the column width to 1, which is shown as follows:

\begin{figure*}[!ht]
\captionstyle{centerlast}
\begin{minipage}[l]{1.0\columnwidth}
\centering
\includegraphics[width=7.5cm, bb=0 0 1200 ...