Hallo Everybody
I use LyX 1.6.1 on Mac OS X
I have a report with fancy header and a logo in the header. It compiles very
well with pdflatex but cannot compile with ps2pdf
here is part of my preamble
\usepackage{graphics}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{Report page heading}
\chead{}
\rhead{\resizebox{2cm}{!}{\includegraphics{/Users/christiaanpauw/Pictures/logo.png}}}
The error message reads:
LaTeX Error: Cannot determine size of graphic in
/Users/christiaanpauw/Pictures/logo.png (no BoundingBox)
does anyone know why this happens?
regards
Christiaan