[EMAIL PROTECTED] wrote:

> Hello,
> 
> When I import graphics like JPG or EPS (created in Kontour), this error is returned 
>: "error converting" and the image is not displayed on the screen (and not included 
>in the postscript output).
> 
> But, there is no problem if I insert a Postcript image created with Sketch.
> 
> I use LyX1.2.0cvs (RPM version).
> 
> If anyone has an idea about this problem, please help !


I suppose a missing converter entry in preferences
from my pref

[...]
#
# FORMATS SECTION ##########################
#

\format "tgif" "tgif" "TGIF" ""
\format "pcx" "pcx" "PCX" ""
\format "ppm" "ppm" "PPM" ""
\viewer "html" "/opt/netscape/netscape"

#
# CONVERTERS SECTION ##########################
#

\converter "pcx" "eps" "convert $$i eps:$$o" ""
\converter "eps" "ppm" "pstopnm -ppm $$i; mv $$b001.ppm $$o" ""
\converter "gif" "ppm" "giftopnm $$i > $$o" ""
\converter "tgif" "eps" "tgif -print -eps $$i" ""
\converter "tgif" "gif" "tgif -print -gif $$i" ""
\converter "jpg" "ppm" "convert JPG:$$i PPM:$$o" ""
\converter "latex" "html" "latex2html $$i" ""
\converter "latex" "pdf" "tex2pdf $$i" "latex"
\converter "png" "eps" "convert $$i EPS:$$o" ""
\converter "ps" "eps" "convert $$i EPS:$$o" ""
\converter "ps" "ppm" "pstopnm -ppm $$i; mv $$b001.ppm $$o" ""
\converter "ps" "xpm" "convert PS:$$i XPM:$$o" ""
\converter "ppm" "xpm" "ppmtoxpm $$i > $$o" ""
\converter "xpm" "eps" "convert $$i EPS::$$o" ""
voss@maria:~>



Herbert


-- 
http://www.lyx.org/help/

Reply via email to