Discussion:
figures in two column document..
(too old to reply)
gooy
2006-06-21 23:57:30 UTC
Permalink
Hello,

I have a Latex document which is in two-column. But I want to insert a
figure which fits across the whole width of the document (not obeying
the two-column)

how do I achieve this?

thanks for your help!
w***@gmail.com
2006-06-22 05:21:20 UTC
Permalink
Hi,

This can be fairly easy realized by using \begin{figure*} instead of
\begin{figure}. Also use the asterisk in \end{figure*}


%%%%%%%%%%%%%%%%%%%%

example:

\begin{figure*}
% Requires \usepackage{graphicx}
\includegraphics[width=]{}\\
\caption{}\label{}
\end{figure*}

%%%%%%%%%%%%%%%%%%%%

Good Luck!
Post by gooy
Hello,
I have a Latex document which is in two-column. But I want to insert a
figure which fits across the whole width of the document (not obeying
the two-column)
how do I achieve this?
thanks for your help!
Continue reading on narkive:
Loading...