Jaime Díaz-Deus Fernández <[EMAIL PROTECTED]> writes:

> I need to insert a logo, that is an .eps graphic, in the upper left of
> all pages for to compose a very large corporative document. I think that
> the best idea for do it is to put something in the preamble, but I don't
> know what packages are needed or the commands for this work. Can you
> help me? Thanks in advance.

I have used fancy headers (Document Settings) with things like,

\usepackage{graphics}
\lhead{\resizebox{0.4in}{!}{\includegraphics{logo.eps}} Company name}

-- Mark

Reply via email to