Rob S wrote:
I'm trying to use the overpic package from within Lyx to add text to a few graphics. I would prefer to finally compile using PdfLatex.
- you can use package pgf
Now I can get the package working fine with .ps images and compile with DVI - fine.
- you can also use ps2pdf to get a nice pdf from your ps
Problem comes with Pdflatex not recognising the .ps file type.
I've used image magick to convert image.ps to image.pdf and get an
output of sorts in .pdf format
But the image size is not as expected or hoped for.
- use epstopdf and not imagemagick
Either: How can I define the .pdf image size within the [TEX] command so as to trim it back to size?
- should be no problem when you use epstopdf. But you can use the optional argument of \includegraphics[trim=llx lly urx ury]{filename}
Herbert
