> \converter "lyxpreview" "ppm" "convertDefault.sh " ""
> \converter "jpg" "eps" "convert $$i $$o" ""
> \converter "gif" "eps" "convert $$i $$o" ""
> \converter "png" "eps" "convert $$i $$o" ""
> \converter "eps" "eps" "convert $$i $$o" ""
> \converter "eps" "ppm" "convert $$i $$o" ""
> \converter "eps" "png" "convert $$i $$o" ""
> \converter "jpg" "png" "convert $$i $$o" ""
> \converter "gif" "png" "convert $$i $$o" ""
>
> -Conclusion, I can see  gif, jpg thanks to the 2 last rows. I hope that
> the following : \converter "eps" "png" "convert $$i $$o" "" would help
> to display eps pictures in Lyx, but it doesn't work. Does anyone have a
> suggestion.

It works for me without the converters
EPS -> EPS, EPS -> PPM and EPS -> PNG
When no converter is used, LyX tries to convert it with the
convertDefault.sh
This script works correctly and do the job.
Btw the converter JPG -> PNG isn't necessary, because pdflatex can use it
directly.


Reply via email to