Penguin
Annotated edit history of dvired(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 dvired
2 !!!dvired
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLES
7 SEE ALSO
8 BUGS
9 AUTHOR
10 ----
11 !!NAME
12
13
14 dvired - print dvi-files
15 !!SYNOPSIS
16
17
18 __dvired__ [[ __options__ ] __file__
19 !!DESCRIPTION
20
21
22 ''dvired'' behaves like ''dvips'', except for the fact
23 that two logical pages are put onto each physical sheet of
24 paper.
25
26
27 For ''options'', see dvips(1). This program only
28 interprets the following options:
29
30
31 ''-o file'' - redirect output into
32 ''file.''
33
34
35 ''-P printer'' - direct output to
36 ''printer.''
37
38
39 ''-f'' - direct output to stdout.
40
41
42 Any other option is passed directly to
43 ''dvips''.
44 !!EXAMPLES
45
46
47 It is assumed that the PRINTER-variable is set.
48
49
50 __dvired -Plw foo__ - send output to printer
51 ''lw''.__
52 dvired -o foo.ps foo__ - send output to file
53 ''foo.ps''.__
54 dvired -pp4-7 foo__ - send 4 pages (reduced onto 2 sheets)
55 of ''foo'' to the printer.__
56 dvired foo -f | ghostview -__ - preview output with
57 ghostview.
58 !!SEE ALSO
59
60
61 dvips(1)
62 !!BUGS
63
64
65 ''dvired'' is fixed on A4 paper size. If you want to use
66 it with other paper, you have to change the settings within
67 the source.
68 !!AUTHOR
69
70
71 Thomas Esser (te@informatik.uni-hannover.de)
72 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.