i know its been a highly discussed topic already but i did not find a clever and universal solution for my problem yet. I am writing my master thesis right now and i would like to have a pagewide figure on my first page (not titlepage) on the bottom. Unfortunately it seems like that figure* does not support "first page" placed images. It jumps always on the second page. Does anyone knows a way around this problem?
my enviroment looks like this:
\documentclass[twocolumn, 11pt, a4paper]{article}
... packages...
\begin{document}
\begin{titlepage}
...
\end{titlepage}
\section{Introduction}
text
\begin{figure*}[!hb]
\centering
\includegraphics[width=14.5cm]{Figure.png}
\end{figure*}
Thank you very much for your help and advices.
