Re: saving postscript file in latex

2000-03-02 Thread Hidong Kim
Thanks, Kenneth. Hidong "Kenneth G. Kay" wrote: > > Try: dvips file.dvi -o file.ps. See the man page for dvips. > > On Wed, 1 Mar 2000, Hidong Kim wrote: > > > Hi, > > > > How do you save a postscript file from the .dvi file in latex? When I > > do "dvips file.dvi", the postscript file

Re: saving postscript file in latex

2000-03-01 Thread Kenneth G. Kay
Try: dvips file.dvi -o file.ps. See the man page for dvips. On Wed, 1 Mar 2000, Hidong Kim wrote: > Hi, > > How do you save a postscript file from the .dvi file in latex? When I > do "dvips file.dvi", the postscript file automatically gets printed > out. I would like to save the .ps file. I