diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/mageia-cauldron/man1/dvipdf.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/mageia-cauldron/man1/dvipdf.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/dvipdf.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/dvipdf.1 b/upstream/mageia-cauldron/man1/dvipdf.1 new file mode 100644 index 00000000..d915638d --- /dev/null +++ b/upstream/mageia-cauldron/man1/dvipdf.1 @@ -0,0 +1,28 @@ +.TH DVIPDF 1 "01 November 2023" 10.02.1 Ghostscript \" -*- nroff -*- +.SH NAME +dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips +.SH SYNOPSIS +\fBdvipdf\fR [ \fIoptions\fR ] \fIinput.dvi\fR [ \fIoutput.pdf\fR ] ... +.SH DESCRIPTION +This script invokes +.BR dvips (1) +with the +.B -q +option, and pipes its output into +.BR gs (1) +with the following options: + +.ce +.B -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite + +as well as +.B -sOutputFile +and any options from the command-line. +.SH SEE ALSO +gs(1), dvips(1) +.SH VERSION +This document was last revised for Ghostscript version 10.02.1. +.SH AUTHOR +Artifex Software, Inc. are the +primary maintainers of Ghostscript. +This manpage by George Ferguson. |