1

I want to add an image in a two-column paper in the following manner. enter image description here

I have tried using

\begin{figure*}
 \centering
...
\end{figure*}

but there's an error: Output loop---100 consecutive dead cycles. I'm new to Latex so any help would be appreciated.

Matte
  • 111
  • I think it's better to add a minimal working example in order to help everyone knows where your problem comes from. – Diaa Jul 17 '18 at 06:44
  • Similar question with solution https://tex.stackexchange.com/questions/30985/displaying-a-wide-figure-in-a-two-column-document – andc Jul 17 '18 at 06:44
  • 1
    The output loop will be a different problem, in code you have not shown. However a figure* can not be placed at the bottom in the default code. Several packages add this feature though see https://texfaq.org/FAQ-2colfloat – David Carlisle Jul 17 '18 at 06:47
  • @Diaa My problem is the placement of the image and I don't even know where to begin to place the image in that particular spot. My working code would just be a plain two-column document with a table and some text. – Matte Jul 17 '18 at 06:58
  • @andc I tried out that code but it puts borders across the entire text and changes the format of the document. – Matte Jul 17 '18 at 07:00
  • @David Carlisle Thanks, I read the document, I'll try it out. – Matte Jul 17 '18 at 07:24

0 Answers0