In all cases, please remember to display the created pdf file on your screen and make sure the fonts are all correct (especially Greek letters) and easily readable (and not fuzzy).
> dvips -P pdf mydocument.dvi -o mydocument.psThen continue with the next step below, since now you have a ps file on a unix/linux machine.
You should explicitly force Acrobat 4-and-later compatible PDF (version 1.3), so you should do :
> ps2pdf13 [options] input.ps output.pdfThis will produce the nicest output possible so that it is clearly readable on the most platforms.
If you don't have this version installed, you can fall back on the older version which produces PDF 1.2 output (Acrobat 3-and-later compatible). BUT, this does NOT produce as nice output; it produces blurry pdf on most platforms.
> ps2pdf [options] input.ps output.pdfThere is also an interactive web-served version of this at www.ps2pdf.com. This conversion is not perfect, e.g. does not create the most streamlined product, and the images can look odd on the screen (but ok when printed).
Some users may have "dvipdf" installed. This program uses dvips and ghostscript as the above commands do, but it does it from the dvi file in just one step.
dvipdf input.dvi output.pdf
If you DO have a copy of Adobe Acrobat (and you selected the appropriate [default] options when installing it), then from your Windows/Mac application, when you choose print, you can select "Acrobat PDF Writer" as your printer. Do NOT select "print to file", simply select the PDF writer as you would any other real physical printer. It will prompt for a filename. Make sure to put the file where you can find it; at least in Windows, Acrobat uses by default the location where it was the last time when it created a PDF file, not where your source file is.
Mac users please note: While it is very tempting to use "Preview" to convert into PDF, and while the resultant PDF will seem to be fine on your screen, in our experience, "Preview" does not generate a truly platform-independent PDF. DO NOT use "Preview" to convert into PDF, e.g., do NOT just double-click on the postscript file and let the Mac convert it. Instead, if you have the full version of Acrobat, drag-and-drop the postscript file onto the Adobe pdf icon, or use the alternative conversion methods described above and/or below.
The PDF file may look funny in Adobe Acrobat, but it should print properly. Please double-check that any strange fonts, symbols, and images were converted properly before submitting your proposal.
Mac users please note: While it is very tempting to use "Preview" to convert into PDF, and while the resultant PDF will seem to be fine on your screen, in our experience, "Preview" does not generate a truly platform-independent PDF. DO NOT use "Preview" to convert into PDF, e.g., do NOT just double-click on the postscript file and let the Mac convert it. Instead, use one of the alternative conversion methods described above.