Re: Problema immagine foglio intero

#83868
franen
Partecipante
    Up
    0
    Down
    ::


    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

    Go to top