beta-0.89.2
[luatex.git] / source / texk / texlive / tl_scripts / dvired.1
blobf76e58087a310948a867788df670c72b2e39c2dd
1 .TH dvired 1 "09/94" "teTeX" "teTeX"
2 .SH NAME
3 dvired \- print dvi-files
4 .SH SYNOPSIS
5 .B dvired
7 .B options
9 .B file
10 .SH DESCRIPTION
11 .I dvired
12 behaves like
13 .IR dvips ,
14 except for the fact that two logical pages are put onto each physical
15 sheet of paper.
17 For
18 .IR options ,
19 see
20 .IR dvips (1).
21 This program only interprets the following options:
23 .I \-o file
24 \- redirect output into
25 .I file.
27 .I \-P printer
28 \- direct output to
29 .I printer.
31 .I \-f
32 \- direct output to stdout.
34 Any other option is passed directly to
35 .IR dvips .
37 .SH EXAMPLES
38 It is assumed that the PRINTER-variable is set.
40 .B dvired \-Plw foo
41 \- send output to printer
42 .IR lw .
43 .br
44 .B dvired \-o foo.ps foo
45 \- send output to file
46 .IR foo.ps .
47 .br
48 .B dvired \-pp4-7 foo
49 \- send 4 pages (reduced onto 2 sheets) of
50 .I foo
51 to the printer.
52 .br
53 .B dvired foo \-f | ghostview \-
54 \- preview output with ghostview.
56 .SH "SEE ALSO"
57 .IR dvips (1)
58 .SH BUGS
59 .I dvired
60 is fixed on A4 paper size. If you want to use it with other paper, you have
61 to change the settings within the source.
62 .SH AUTHOR
63 Thomas Esser <te@dbs.uni-hannover.de>