Re: alternativa a fancyhdr

#36603
claudio
Partecipante
    Up
    0
    Down
    ::


    `
    \documentclass[a4paper]{report}
    \usepackage{geometry}
    \geometry{headheight=0.5cm}
    \usepackage{graphicx}
    \usepackage{fancyhdr}
    \pagestyle{fancy}
    \renewcommand{\headrulewidth}{0pt}
    \fancyhf{}
    \addtolength{\headheight}{10pt}
    \fancyhead[L]{\leavevmode\smash{\protect\includegraphics{cartaintestata-img1}}}
    %\fancyhead[R]{\small\thepage}
    \fancyhead[R]{\leavevmode\smash{\protect\includegraphics{cartaintestata-img2}}}
    \fancyhead[C]{testo testo testo}

    \fancypagestyle{plain}{%

    \renewcommand{\headrulewidth}{0pt}%
    \fancyhf{}\fancyfoot[C]{\small\thepage}}
    \begin{document}
    prova
    \end{document}
    `

    in pratica il testo dovrebbe partire da sotto il logo di sinistra e finire sotto il logo di destra
    ciao e grazie

    Go to top