I have a page in a two column document that occupies only one column. In the next page I have an image that occupies both columns. The idea is to divide the one column text into two columns and then put the image below. I tried \vfill, \columnbreak, \vfill\null and combinations and nothing works. Although \newpage indeed works by cutting the text column into two, then the image wont go up.Can you please help? Thanks!Image may be NSFW.
Clik here to view.
\documentclass{aa} \usepackage[english]{babel}\usepackage{blindtext}\usepackage{times}\usepackage{graphicx}\thispagestyle{empty}\begin{document}\Blindtext\begin{center}\begin{figure*}[h!]\includegraphics[height=10cm]{example-image-b} \end{figure*}\end{center} \end{document}