LaTex question

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: LucasVogellvogel@exponent.com
Date:  
Subject: LaTex question
sorry, I forgot to compile them...hold on

-----Original Message-----
From: Austin Godber [mailto:godber@asu.edu]
Sent: Thursday, May 11, 2000 1:13 PM
To:
Subject: Re: LaTex question



On Thu, May 11, 2000 at 12:55:01PM -0700, Lucas Vogel wrote:
> I have converted a .doc file to an RTF, and then to a .latex file. What

can
> I use as a viewer to see the files properly formatted with?
>

Are you asking how to view the LaTeX file? You need to run the latex
compiler:

latex filename.latex

This will give you some files with .aux .dvi and maybe something else.
Then the DVI file is the one you can look at or convert to Postscript.
Use xdvi to view it in X:

xdvi filename.dvi

Or use dvips to print or save as a postscript file:

dvips filename.dvi

will send directly to lpr

dvips -o somename.ps filename.dvi

will write output to postscript called somename.ps



--
Austin Godber


_______________________________________________
Plug-discuss mailing list -
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss