beta-0.89.2
[luatex.git] / source / texk / web2c / man / dvicopy.man
blob1d4424d1b628a130f009bd9d9f7325a617ec03e6
1 .TH DVICOPY 1 TeX "24 January 1999" "Web2C @VERSION@"
2 .\"=====================================================================
3 .if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
4 .if n .ds TX TeX
5 .\"=====================================================================
6 .SH NAME
7 dvicopy, odvicopy \- produce modified copy of DVI file
8 .SH SYNOPSIS
9 .B dvicopy
10 .RI [ options ]
11 .RI [ infile [ \fB.dvi\fP ]
12 .RI [ outfile [ \fB.dvi\fP ]]]
13 .\"=====================================================================
14 .SH DESCRIPTION
15 This manual page is not meant to be exhaustive.  The complete
16 documentation for this version of \*(TX can be found in the info file
17 or manual
18 .IR "Web2C: A TeX implementation" .
19 .PP
20 .B dvicopy
21 reads a DVI file, expands any references to virtual fonts to base
22 fonts, and writes the resulting DVI file.  Thus you can use virtual
23 fonts even if your DVI processor does not support them, by passing the
24 documents through
25 .B dvicopy
26 first.
27 .\"=====================================================================
28 .SH OPTIONS
29 .TP
30 .BI \-magnification= NUMBER
31 Override existing magnification with
32 .IR NUMBER .
33 .PP
34 .TP
35 .BI \-max-pages= NUMBER
36 Process
37 .I NUMBER
38 pages; default one million.
39 .PP
40 .TP
41 .BI \-page-start= PAGE-SPEC
42 Start at
43 .IR PAGE-SPEC ,
44 for example `2' or `5.*.-2'.
45 .\"=====================================================================
46 .SH "SEE ALSO"
47 .BR dviselect (1),
48 .BR dvitype (1).
49 .\"=====================================================================
50 .SH AUTHORS
51 Peter Breitenlohner wrote the program.  Klaus Guntermann originally ported
52 it to Unix.