Re: alternativa a fancyhdr

#36604
Up
0
Down
::


Scusa, ho pochissimo tempo, quindi ti propongo una soluzione terribile.
Ma terribile proprio… 😳
`\documentclass[a4paper]{report}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{fancyhdr}

\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}

\fancyhf{}
\setlength{\headheight}{74pt}

\fancyhead[C]{\null\includegraphics[height=2cm]{cartaintestata-img1}
\hfill\includegraphics[height=2cm]{cartaintestata-img2}\\
testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo}

\fancypagestyle{plain}{%
\renewcommand{\headrulewidth}{0pt}%
\fancyhf{}\fancyfoot[C]{\small\thepage}}

\begin{document}
prova
\end{document} `

LuCa

Go to top