On Wed, 10 Jun 1998, Sim Robert wrote:

>  
> Does anyone know how to dvi2ps? What is the program for converting  
> dvi files to ps files?

I usually use:

dvips -Z -o outputfile.ps inputfile.dvi

'-Z' compresses bitmap fonts (if you happen to use them in the dvi), and
somehow produces smaller postscript files. '-o' makes dvips to make a
postscript file (rather than damping it to printer). After that you can 
view the postscript file ('gv' or 'ghostview'), and if you're happy
with it 'lpr outputfile.ps'. 

Try 'man dvips' for more options.

cheers,
Hossein
,-----------------------------------------------------------------------,
|          ...Mary had a little ram and Windows was so slow...          |
|-----------------------------------------------------------------------|
| Hossein S. Zadeh                 | [EMAIL PROTECTED]        |
| Dept of Aerospace Engineering    | [EMAIL PROTECTED] |
|  (YES! I AM a rocket scientist!!)| [EMAIL PROTECTED]   |
| Royal Melb. Inst. of Tech (RMIT) |------------------------------------|
| Melbourne, Australia             |http://minyos.its.rmit.edu.au/~zadeh|
'-----------------------------------------------------------------------'






-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to