>>From: [EMAIL PROTECTED] (Juergen Spitzmueller)
>>To: [EMAIL PROTECTED]
>>Subject: Re: fancyhdr
>>Date: Mon, 18 Aug 2003 16:13:34 +0200
>>X-Seen: false
>>X-ID: EY0L4aZegeO+SHNYhlB4DtYVS4URFBzSshM2Onot9oOAchDufPhk8-
>>
>>John Sheahan wrote:
>>> I'm using fancyhdr to include a logo (and other stuff, whixh works more
>>> often) in my document header/footer. It works fine as long as I include
>>> a graphic _somewhere_ in the document body.
>>
>>Try
>>\usepackage{graphicx}
>>in the preamble.
>>
>>Juergen.
If you've not done this way already, you might also use
the savebox/usebox commands to avoid plain eps in headers/footers
(smaller ps output, no clash with verbatim inputs).
In preamble:
\newsavebox{\mylogo}
\savebox{\mylogo}{\includegraphics[opt_args]{mylogo.eps}}
Then
\usebox{\mylogo}
in the header/footer fields.
--
Jean-Pierre