summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/dvicopy.1
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-19 08:40:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-19 08:40:53 +0000
commite9a2a190f6ce2e9e0027affddb6022f977bbf766 (patch)
tree9bdbbadcbaeff10bd7cba344bb2538873d72e7f3 /Master/texmf/doc/man/man1/dvicopy.1
parent324f853c7ef10cf23765b740f3a2f5a6164ad426 (diff)
update manpages
git-svn-id: svn://tug.org/texlive/trunk@18350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/dvicopy.1')
-rw-r--r--Master/texmf/doc/man/man1/dvicopy.138
1 files changed, 34 insertions, 4 deletions
diff --git a/Master/texmf/doc/man/man1/dvicopy.1 b/Master/texmf/doc/man/man1/dvicopy.1
index 1ee4f668c2a..5111473a642 100644
--- a/Master/texmf/doc/man/man1/dvicopy.1
+++ b/Master/texmf/doc/man/man1/dvicopy.1
@@ -1,10 +1,16 @@
-.TH DVICOPY 1 TeX "24 January 1999" "Web2C 2009"
+.TH DVICOPY 1 TeX "24 January 1999" "Web2C 2010/pretest"
+.\"=====================================================================
+.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
+.if n .ds TX TeX
+.\"=====================================================================
.SH NAME
-dvicopy \- produce modified copy of DVI file
+dvicopy, odvicopy \- produce modified copy of DVI file
.SH SYNOPSIS
.B dvicopy
.RI [ options ]
-.RI [ infile\ [ outfile ]]
+.RI [ infile [ \fB.dvi\fP ]
+.RI [ outfile [ \fB.dvi\fP ]]]
+.\"=====================================================================
.SH DESCRIPTION
This manual page is not meant to be exhaustive. The complete
documentation for this version of \*(TX can be found in the info file
@@ -18,5 +24,29 @@ fonts even if your DVI processor does not support them, by passing the
documents through
.B dvicopy
first.
+.\"=====================================================================
+.SH OPTIONS
+.TP
+.BI \-magnification= NUMBER
+Override existing magnification with
+.IR NUMBER .
+.PP
+.TP
+.BI \-max-pages= NUMBER
+Process
+.I NUMBER
+pages; default one million.
+.PP
+.TP
+.BI \-page-start= PAGE-SPEC
+Start at
+.IR PAGE-SPEC ,
+for example `2' or `5.*.-2'.
+.\"=====================================================================
.SH "SEE ALSO"
-dviselect(1)
+.BR dviselect (1),
+.BR dvitype (1).
+.\"=====================================================================
+.SH AUTHORS
+Peter Breitenlohner wrote the program. Klaus Guntermann originally ported
+it to Unix.