7 Settembre 2009 alle 14:19
#36603
::
`
\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