I am using the \documentclass[conference]{IEEEtran} and I want to insert images on full width. For that I am using:
\begin{figure}[!htbp]
\centering
\includegraphics[width=\textwidth]{artworks/pearson-single-dendrogram.png}
\caption{Single Linkage Agglomerative Clustering}
\label{single-linkage-dendrogram}
\end{figure}
But if I print the bibgliography underneath afterwards using \newpage \printbibliography . it appears on top of the figures, rather than from the new page. Does anyone know how this can be fixed?
figure*instead offigure. – leandriis Apr 18 '21 at 10:00{figure*}not{figure}– David Carlisle Apr 18 '21 at 10:01