On Wed, Mar 05, 2003 at 01:05:30PM -0300, Joao B. Oliveira wrote: > > > under the previous version of LyX I had a owner-defined converter > > that could convert from PS to PSnup, defined as follows: > > > > \format "psnup" "ps" "PSnup" "" > > \viewer "psnup" "gv -landscape -scale 1" > > \converter "ps" "psnup" "psnup -2 $$i $$o ; mv -f $$o $$i" "" > > > > Under LyX 1.3.0 this conversion command does get executed, but an > > error message is given thereafter and no viewer is applied (for > > exporting, no .ps file is generated as well).
The problem is the 'mv' at the end. If you remove it, it should work correctly.
