Thomi Richards wrote:
> Hi all,
> 
> I used to have lyx set up so I could hit "View -> PDF", and everything
> would work without any hitches. However, since re-installing debian, I
> must have missed a critical program. Now i get the message "No information
> for converting jpg to eps", and "No information for converting png to
> eps".
> 
> I'm sure this used to work.. Does anyone here know what packages I'm
> missing?

I expect that you aren't missing any packages. However, you'll need to tell 
LyX how to perform these conversions. If you were to use ImageMagick's 
'convert' program then adding these lines to you $HOME/.lyx/preferences 
file should do the trick:

\converter png eps "convert $$i EPS:$$o" ""
\converter jpg eps "convert $$i EPS:$$o" ""

You can do this either by editing the file by hand or by using the 
Preferences dialog (Edit->Preferences). If using the xforms frontend, 
select the Conversion->Converters tab. If using the Qt frontend, select the 
Converters pane.

-- 
Angus

Reply via email to