On 17-Oct-2002 Shutian Deng wrote: > I am a fresh in tex, I had a problem with my dvips, when I try to run dvips > it gave me this: > > This is dvips(k) 5.86 Copyright 1999 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2002.10.04:1658' -> |lpr > <texc.pro>sh: lpr: not found > <special.pro>. > > > Can you tell me what is wrong? Thanks.
Hi, dvips seems on your system installed with a default setting to print to a printer via lpr. You can chance that by running "texconfig" and go to the dvips configuration. If you set no printer for dvips the default will be output to a file (*.ps). Or: you specify a "-o file.ps" flag with the dvips command to force it to write to a file. K.-H.