On Fri, Feb 15, 2002 at 08:05:42AM +0000, Jose Abilio Oliveira Matos wrote: > Try http://www.lyx.org/help/ and there search for logo. There you will find > several tips how to do it [image in fixed position].
I took the simplest example on the logo page, where it says: \begin{picture}(0,0)(-150,-200) \includegraphics[scale=2]{Logo.eps} \end{picture} And I put \usepackage{graphics} in my preamble. The error LyX gives me is: "Paragraph ended before \Gin@iii was complete..." The error msg is right before the \includegraphics[scale=2]{Logo.eps} line. I'm pretty sure I've got all the brackets and parens in there per the web page example. Do I need another package in addition to graphics? Can someone point out what I'm doing wrong? I should mention that the "eps" I'm using is a jpg file saved as postscript by xv, positioned in the upper left of the page in the xv popup. I've used postscript files saved this way in other LyX documents, but always as ordinary floating figures. The eps file says at its top: PS-Adobe-2.0 EPSF-2.0, and has a bounding box, etc. FWIW, I'm using LyX1.1.5fix1, and the info in the graphics.sty file that kpsewhich points to says: \ProvidesPackage{graphics} [1999/02/16 v1.0l Standard LaTeX Graphics (DPC,SPQR)] TIA Jim