I need to insert a logo in the pages upper left. I use this code for that in
the preamble:
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage[left=1.5cm,right=1.5cm,top=3cm,head=2cm,headsep=0.5cm]{geometry}
\setlength{\headwidth}{\textwidth}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[L]{\includegraphics[width=1.5cm]{D:/home/lyx/vista.eps}}
\pagestyle{fancy}
The output is OK, but I need to change the left margin bellow the logo
appears. Something like to make a box with the logo that appears in the top
of all pages with the margins in left=1.5cm, right=1.5cm, top=3cm, and the
text bellow that with margins in left=3.5cm, right=2.5cm. Thanks for the
help.