7 Settembre 2009 alle 15:10
#36604
::
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