I am using a two column document using
\usepackage{twocolceurws}
I have an image which I want to place after a particular section. Here's the issue - The text above the image is like about half a section. So, I want the text to wrap around equally in both sections and then the image. Here's an image describing it
I have tried using float, but that places the image over the text. I have also tried figure*, but that puts all the images in a new page, but I want them in the same page. I also tried the fullwidth package, but can't seem to get it to work without errors
I am using Overleaf, if that makes any difference


argument tofloat*. It then should place your image at the bottom. I don't know if it's compatible withtwocolceurws`. – Celdor Oct 21 '23 at 11:30