summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/dvired.1
blob: f76e58087a310948a867788df670c72b2e39c2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.TH dvired 1 "09/94" "teTeX" "teTeX"
.SH NAME
dvired \- print dvi-files
.SH SYNOPSIS
.B dvired
[
.B options
]
.B file
.SH DESCRIPTION
.I dvired
behaves like
.IR dvips ,
except for the fact that two logical pages are put onto each physical
sheet of paper.

For
.IR options ,
see
.IR dvips (1).
This program only interprets the following options:

.I \-o file
\- redirect output into
.I file.

.I \-P printer
\- direct output to
.I printer.

.I \-f
\- direct output to stdout.

Any other option is passed directly to
.IR dvips .

.SH EXAMPLES
It is assumed that the PRINTER-variable is set.

.B dvired \-Plw foo
\- send output to printer
.IR lw .
.br
.B dvired \-o foo.ps foo
\- send output to file
.IR foo.ps .
.br
.B dvired \-pp4-7 foo
\- send 4 pages (reduced onto 2 sheets) of
.I foo
to the printer.
.br
.B dvired foo \-f | ghostview \-
\- preview output with ghostview.

.SH "SEE ALSO"
.IR dvips (1)
.SH BUGS
.I dvired
is fixed on A4 paper size. If you want to use it with other paper, you have
to change the settings within the source.
.SH AUTHOR
Thomas Esser <te@dbs.uni-hannover.de>