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

How can I preview my document before printing?

You can use the 'xdvi' previewer to look at your LaTeX .dvi files without printing them. To use it, type:

xdvi filename.dvi &

This will bring up a window with your document in it. To move to the next page, type n; similarly, to move to the previous page, type p. If you want to see a magnified view of a part of the page, you can move the cursor to that area and then press a mouse button; the left button will bring up a small window and the right button a larger window. To exit the previewer, type q.

There are many other features that the previewer has; if you want to find out more about them, type:

man xdvi

Some things, such as postscript pictures, fonts, rotated text, and other graphics, may not show up correctly in xdvi. To get a more accurate rendition, you may wish to use the ghostview postscript previewer instead:

dvips filename.dvi -o filename.ps
athena gv filename.ps

More information on xdvi and latex is available in the document "Essential LaTeX", at http://web.mit.edu/olh/Latex.

Your Rating: Results: PatheticBadOKGoodOutstanding! 0 rates

Adaptavist Theme Builder Powered by Atlassian Confluence