|
SYSID 2003 home
|
Generating PostScript filesGenerating PostScript files by printingIt is quite simple to create a postscript file if you have a postscript printer installed on your Windows PC. The procedure works for MS Word documents and documents created in other Windows applications. If you do not have a postscript printer installed, then install one first:
Generating PostScript files from LaTeX under WindowsThe standard way to convert a LaTeX document to a PostScript file is to use thedvips command.
This is normally part of TeX installations for PC such as MIKTeX.
On a Windows PC you may open the document in your dvi viewer (such as dviwin or yap), and print it to a postscript file. This procedure also works in TeX installations such as Scientific Workplace that do not support dvips. Generating PostScript files from LaTeX under UNIXThe standard way to convert a LaTeX document to a postscript file under UNIX is to use dvips. Dvips converts a dvi file into a ps file. After having created your dvi file, named mypaper.dvi, say, simply type
Viewing PostScript filesPostscript files may be viewed with Ghostview which is distributed with Ghostscript.PostScript files and TeXDocuments converted from the TeX typesetting language into the Adobe PostScript language or Acrobat Portable Document format (PDF) files usually contain fixed-resolution bitmap fonts that do not print or display well on a variety of printer and computer screens. Please see the document
Good resolution of documents produced from LaTeX may also be achieved by
using standard postscript fonts instead of Computer Modern fonts. The latter
are resolution specific bitmaps embedded as PostScript Type 3 fonts.
Please use PostScript Type 1 (resolution independent) fonts. An easy way to do
this is to insert the following lines in the header section of your LaTeX
file (i.e. before
Alternatively, insert a command such as \usepackage{times} in the
preamble of the LaTeX source file.
|
|
Updated June 2002.
Report problems to the webmaster |