Index: [thread] [date] [subject] [author]
  From: Garrett Mitchener <wgm2@acpub.duke.edu>
  To  : 
  Date: 16 Feb 1999 22:01:26 -0500

Re: latex

Michael Abernethy <mna@duke.edu> writes:

>  Is there a viewer we can use to look at Latex output files?

Yes.  LaTeX produces a .dvi file.  You can view it with:

xdvi filename.dvi

And you may print it with

dvips filename.dvi -o filename.ps
print filename.ps

You may also view the postscript with

ghostview filename.ps

	-- Garrett :-)



Index: [thread] [date] [subject] [author]