On 13 May, Dave Tweten wrote:
> Initially quoting me, [EMAIL PROTECTED] said:
>>>What can I do to make dvips find the .eps files on some LyX
>>>search path that contains ~/.lyx/clipart/?
> 
>>man kpsepath 
> 
> I tried that.  It produced
> 
>       No manual entry for kpsepath

OK, it is my mistake, dvips does not seem to be able to find
pictures in search path. But (if the number of pictures is small
and there are always the same pictures), why not to make some
script like this which could replace latex in Edit/Configure
(where TeX->LaTeX command is defined):

#!/bin/sh
for img in (~/images/*.eps); do ln -sf $img . ; done
latex $1
rm -f *.eps

(of course you cannot have any .eps files in the actual directory
_before_)?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10,
Somerville, Ma 02143,
(617) 623-1488
 
There's a long-standing bug relating to the x86 architecture that
allows you to install Windows.
    -- Matthew D. Fuller

Reply via email to