doh! -----Original Message----- From: Austin Godber [mailto:godber@asu.edu] Sent: Thursday, May 11, 2000 1:13 PM To: plug-discuss@lists.PLUG.phoenix.az.us 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 godber@asu.edu _______________________________________________ Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss From Mark R. Myers" Is there a simple POP3 server out there for Linux? I tried Qpopper and was not able to get it to work. I have my own domain and would like to run e-mail services on it. Using sendmail I can even get it to relay from my local subnet and my firewall computer at work, but I can't seem to get POP setup correctly. I finally got exasperated and put NT Server back on and installed DMail which is a $495 program, but for 5 users or less, they give a free license. Any ideas? Are there any graphical POP configuration utilities out there? I'm not adverse to editing from the console (I prefer pico), but I want it to work when I'm done. Any help would be appreciated. Mark