I have written the following code
\newpage
\begin{figure}
\centering
\includegraphics[height=\textheight]{my_fig}
\caption{My caption}
\label{fig:my_fig}
\end{figure}
\newpage
\bibliographystyle{splncs03}
\bibliography{my_bib}
The image covers an entire page. When I compile my document, the image comes after the bibliography and I receive the following warning
LaTeX Warning: Float too large for page by 22.75pt on input line 221
I want the image to be put right before the bibliography. How can I do it? I already tried with the options [h] and [!h]. Consider also that I am using the llncs style.
figureenvironment. Furthermore you should reduce your image size since it's too large for the page – Moriambar Apr 10 '17 at 09:24\textheightspecification is too large since there's no space left for the caption box height – Apr 10 '17 at 09:26