Abdelrazak Younes <[EMAIL PROTECTED]> writes: > 'pdflatex' works fine but 'dvi' don't. I have this in my preamble: > \rhead{} > \rhead{\includegraphics[clip=,scale=.3] {graphics/my_logo.png}} > > Idea someone?
Err, ERT is not handled by LyX and including a png via includegraphics is not possible. Create the eps by hand or maybe use the following in your document instead: <ert>\rhead{</ert>[your nice graphics]<ert>}</ert> JMarc