summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/pdfnup.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-30 18:17:54 +0000
committerKarl Berry <karl@freefriends.org>2010-04-30 18:17:54 +0000
commit5cc722828d1314a5cb3aaf9c00f2f7cad1988c95 (patch)
treeed4d66c4b46433779ee208db6d5af7b3b3e85b40 /Master/texmf/doc/man/man1/pdfnup.1
parent0e290b30838946f452aa3ea2fd58654e9cc68b1e (diff)
pdfjam update
git-svn-id: svn://tug.org/texlive/trunk@18056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/pdfnup.1')
-rw-r--r--Master/texmf/doc/man/man1/pdfnup.16
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/doc/man/man1/pdfnup.1 b/Master/texmf/doc/man/man1/pdfnup.1
index 51d7aad203e..86953387e89 100644
--- a/Master/texmf/doc/man/man1/pdfnup.1
+++ b/Master/texmf/doc/man/man1/pdfnup.1
@@ -21,15 +21,15 @@ Source files are processed sequentially into a single output
unless the '--batch' option is used, in which case they are processed
separately.
.PP
-pdfnup operates on one or more PDF files, and (either with the
-'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the
+pdfnup operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
resulting files have
the suffix '-nup' applied to their names by default. To change
the suffix,
use the '--suffix' option, for example
.PP
.RS
-.B pdfnup --nup 2x2 --suffix '-2x2' --batch myfile1.pdf myfile2.pdf
+.B pdfnup --nup 2x2 --suffix '2x2' --batch myfile1.pdf myfile2.pdf
.RE
.PP
will result in files named 'myfile1-2x2.pdf' and 'myfile2-2x2.pdf'.