Scroll to navigation

DVI2PS(1) General Commands Manual DVI2PS(1)

NAME

dvi2ps - convert a DVI file to PostScript

SYNOPSIS

dvi2ps [-D var=val] [-F fontdesc] [-K] [-R n] [-S] [-c output-file] [-d] [-f n] [-i file] [-m n] [-n n] [-o str] [-q] [-r] [-s file] [-t n] [-w] [dvifile[.dvi]]

DESCRIPTION

This program converts a DVI file to PostScript, and writes the result to standard output. If no dvifile is given, it reads from standard input. The setting for the printer is given by the fontdesc file.

OPTIONS

specify a value of a variable var as val.
specify a fontdesc file.
remove comments from included PS files.
specify the resolution of the printer (n dpi).
turn on printing of statistics. Some versions of dvi2ps will optionally print statistics about font usage and some other information that is generally only interesting to developers. On these systems, -S turns on the statistics printing.
write the output to output-file instead of the standard output.
select debugging output (you probably don't want to).
specify a starting page number (this is a TeX page number - \count0).
copy the named file to the output. The contents of the file named will be copied to the Prolog-part (cf. PostScript Document Structuring Convention) of the output.
specify a magstep to use to print the document. This overrides whatever might be in the DVI file.
specify a magnification to use to print the document. Magic numbers 1000, 1095, 1200, 1440, 1728, 2074 or 2488 correspond to above magsteps.
specify the number of copies to print.
specify a printing option. Valid options are letter, note, legal, tabloid, a3, a4, a5, b4, b5, landscape, letterlandscape, notelandscape, legalenvelope, tabloidlandscape, a3landscape, a4landscape, a5landscape, b4landscape, b5landscape, envelope, large, small, and manualfeed. This argument may be repeated several times. envelope is a variant of landscape that selects manual feed and does proper positioning for regular envelopes.
be quiet. Don't chatter about pages converted, etc.
stack pages in reverse order. Normally, the DVI pages are processed in reverse order, with the result that they are stacked in the correct order in the output tray. This option reverses that.
copy the named file to the output. The contents of the file named will be copied to the Setup-part (cf. PostScript Document Structuring Convention) of the output.
specify an ending page number.
Don't print out warnings.

NOTES

This is a `bare bones' DVI-to-PostScript program. Minimal error checking is done.

Not all fonts are available in the resolution needed to display on the laser printer; when a missing font is encountered, dvi2ps will continue to process your DVI file, and will log a warning message. Gaps will appear in the document where the missing characters should have been.

It can take up to 60 seconds for the first page to be output. After a head of steam has been built up, it can roll along at 5-10 seconds per page.

PostScript ILLUSTRATIONS

This program supports use of the \special command in TeX to include special PostScript code for graphics, etc. Specifying \special{psfile=foo.ps} in the TeX source will result in the contents of file foo.ps (assumed to contain PostScript code) being copied into the output at that point. For most included graphics, the user's (0,0) point will be set to the point of the \special command with x and y coordinates increasing up and to the right and in units of PostScript points (72/inch) — thus you must explicitly leave space above the \special command for most graphics. For graphics produced by Apple Macintoshes (i.e., MacDraw, MacPaint, etc.), the top left corner of the drawing will be at the point of the \special command; in this case you must leave the required space below the \special.

The \special string can contain any number of the following keyword=value pairs, separated by blanks:

(dimensions in points: 72 pt = 1 in)
- PostScript file to include
- Encapsulated PostScript file to include
- maximum horizontal size (for clipping)
- maximum vertical size (for clipping). Use negative values to specify a clipping region below the current position.
- amount to shift right
- amount to shift up
- scale factor in x-dimension
- scale factor in y-dimension
- counter-clockwise rotation angle

Thus:
\special{psfile=foo.ps hoffset=72 hscale=0.9 vscale=0.9}
will shift the graphics produced by file foo.ps right by 1", and will draw it at 0.9 normal size.

hsize and vsize are given relative to the (0,0) point of the drawing and are unaffected by offsets and scales.

Offsets are given relative to the point of the \special command, and are unaffected by scales.

If Macintosh drawings are to be included, the proper LaserPrep file must be downloaded to the printer, either permanently or as another header file in addition to the standard tex.ps header file.

FILES

*.dvi
TeX DeVice Independent output file
/usr/local/share/texmf/fonts/.../
default font file directories
/usr/local/lib/dvi2ps/fontdesc
default fontdesc file

SEE ALSO

tex(1)

BUGS

There is likely a limit to the size of documents that can be printed (at least, on the Apple LaserWriter). If you get VMerrors reported when printing, use the -f and -t options, to select a range of pages. The exact limit is unknown, but is probably well in excess of 50 pages for `normal' documents, decreasing with number of different fonts used, size of fonts, etc.

AUTHORS

Mark Senn wrote the early versions of this program for the BBN BitGraph. Stephan Bechtolsheim, Bob Brown, Richard Furuta, James Schaad and Robert Wells improved it. Norm Hutchinson ported the program to the Sun. Neal Holtz ported it to the Apollo, and then to produce PostScript. Jean-Francois Lamy fixed the interface for PostScript illustrations.

(PostScript is a trademark of Adobe Systems, Inc.)

4 September 2000