16 Marzo 2013 alle 16:23
#83868
::
Con il pacchetto floatpag dovresti riuscire a fare quel che ti serve.`\documentclass[]{book}
\usepackage[showframe]{geometry}%
\usepackage{floatpag}
\usepackage[demo]{graphicx}
\begin{document}
\includegraphics[height=50mm]{re}
\begin{figure}[p]
\thisfloatpagestyle{empty}
\makebox[\textwidth]{\includegraphics[width=1.1\textwidth, height=1.2\textheight]{}}
\end{figure}
\newpage
d
\end{document}`Fran