>>Date: Wed, 29 Nov 2006 09:57:47 -0700
>>From: "Morgan Rodwell" <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: Headers/Footers with graphics?
>>
>>I'm new to LaTeX and LyX, because using Word for long, large documents is a
>>pain.   For the corporate environment we need the ability to have headers
>>and footers with graphics in them (logos, etc).  Is there a way to do this
>>in LaTeX/'LyX?

Some hints in the wiki 
http://wiki.lyx.org/FAQ/Unsorted#toc66

Then to avoid multiple loading of the figure, you should
define a command (still in preamble):

\newsavebox{\mylogo}
\savebox{\mylogo}{\includegraphics[width=2cm]{mylogo}}

then e.g.
\rfoot{blah blah \usebox{\mylogo}}

Be sure to keep both an eps and a pdf (or png, or jpg, depending upon
the kind of graphic) version of the logo: avoiding to quote the suffix
will allow you to compile both with latex and pdflatex.

HTH

-- 
Jean-Pierre

Reply via email to