1dvired(1) teTeX dvired(1)
2
3
4
6 dvired - print dvi-files
7
9 dvired [ options ] file
10
12 dvired behaves like dvips, except for the fact that two logical pages
13 are put onto each physical sheet of paper.
14
15 For options, see dvips(1). This program only interprets the following
16 options:
17
18 -o file - redirect output into file.
19
20 -P printer - direct output to printer.
21
22 -f - direct output to stdout.
23
24 Any other option is passed directly to dvips.
25
26
28 It is assumed that the PRINTER-variable is set.
29
30 dvired -Plw foo - send output to printer lw.
31 dvired -o foo.ps foo - send output to file foo.ps.
32 dvired -pp4-7 foo - send 4 pages (reduced onto 2 sheets) of foo to the
33 printer.
34 dvired foo -f | ghostview - - preview output with ghostview.
35
36
38 dvips(1)
39
41 dvired is fixed on A4 paper size. If you want to use it with other
42 paper, you have to change the settings within the source.
43
45 Thomas Esser <te@dbs.uni-hannover.de>
46
47
48
49teTeX 09/94 dvired(1)