Access Keys:
Skip to content (Access Key - 0)
 
More about this article
Created: 11/07/2008 10:33
Modified: 02/11/2009 06:16

How do I print my LaTeX document?

The first thing you need to do to format your file is to process your LaTeX file and create a device-indepedent (dvi) file. To do this, type:

	latex  filename

To view the file without printing it:

	xdvi  filename.dvi

The LaTeX software provided includes a "dvi to PS" converter. To run it,
type:

	dvips -Pprinter file.dvi 

This will convert the file and print it on the specified printer.

More information is available in the document "Essential LaTeX" http://web.mit.edu/olh/Latex

Your Rating: Results: PatheticBadOKGoodOutstanding! 0 rates

Adaptavist Theme Builder Powered by Atlassian Confluence