Soren O'Neill wrote: >> dvips $$i > > dvips doesnt exist on my system: > bash: dvips: command not found > > assuming your mean dvi2ps $$i, I get: > dvi2ps: FATAL-- can't find DVI file "6499i.dvi"
dvips $$i is not supposed to be executed in a shell prompt: in fact your shell is expanding $$ as the shell PID. Try to put the command "dvips $$i" or simply "dvips" in the corresponding printer command inside LyX preferences. Regards, Alfredo
