Stanford University School of Earth Science
 
Home
News
New Users
Policies
Network File Server
Web Server
Get Help
Net Connections
Your Macintosh
Your Windows PC
Your Unix/Linux System
Other School Resources
Using Unix
   Overview
   Documentation
   Accounts
   Using the Shell
   Using X-Windows
   File Manipulation
   Net Commands
   Editing Text
   Formatting Text
   Printing
   Filters & Utilities
   Programming

LaTeX FAQ

Last revision June 29, 2004

How can I make PDF files from LaTeX documents on pangea, including embedded graphics?

In your document header, type:

\usepackage{mathptm}

If you use the times package, then your equations will come out fuzzy. Then, to compile just use these commands:

latex document.tex
dvipdf document.dvi

This creates the dvi file from the input manuscript and then turns it into a PDF file. Alternatively, you can turn the dvi file into a normal PostScript file using

dvips document.dvi

If you do it like this, you can incorporate equations and figures, and not have any problems with the fonts. If you try to use the pdflatex command to do it all in one step, you will have problems with embedding postscript graphics.

(Thanks to Kris Walker, Jeff McGuire, and John Townend for this information).

 


Comments?

Stanford University    |