diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-30 18:17:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-30 18:17:54 +0000 |
commit | 5cc722828d1314a5cb3aaf9c00f2f7cad1988c95 (patch) | |
tree | ed4d66c4b46433779ee208db6d5af7b3b3e85b40 /Master/texmf/doc/man | |
parent | 0e290b30838946f452aa3ea2fd58654e9cc68b1e (diff) |
pdfjam update
git-svn-id: svn://tug.org/texlive/trunk@18056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man')
21 files changed, 33 insertions, 31 deletions
diff --git a/Master/texmf/doc/man/man1/pdf180.1 b/Master/texmf/doc/man/man1/pdf180.1 index 86bcc0b8535..08f47b5a9c0 100644 --- a/Master/texmf/doc/man/man1/pdf180.1 +++ b/Master/texmf/doc/man/man1/pdf180.1 @@ -17,15 +17,15 @@ Source files are processed sequentially into a single output unless the '--batch' option is used, in which case they are processed separately. .PP -pdf180 operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdf180 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 '-rotated180' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP .RS -.B pdf180 --suffix '-upturned' --batch myfile1.pdf myfile2.pdf +.B pdf180 --suffix 'upturned' --batch myfile1.pdf myfile2.pdf .RE .PP will result in files named 'myfile1-upturned.pdf' and 'myfile2-upturned.pdf'. diff --git a/Master/texmf/doc/man/man1/pdf180.man1.pdf b/Master/texmf/doc/man/man1/pdf180.man1.pdf Binary files differnew file mode 100644 index 00000000000..27293eb740e --- /dev/null +++ b/Master/texmf/doc/man/man1/pdf180.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdf270.1 b/Master/texmf/doc/man/man1/pdf270.1 index d27f76cce90..b229678cf82 100644 --- a/Master/texmf/doc/man/man1/pdf270.1 +++ b/Master/texmf/doc/man/man1/pdf270.1 @@ -17,10 +17,10 @@ Source files are processed sequentially into a single output unless the '--batch' option is used, in which case they are processed separately. .PP -pdf270 operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdf270 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 '-rotated270' applied to their names by default. To change +the suffix 'rotated270' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP diff --git a/Master/texmf/doc/man/man1/pdf270.man1.pdf b/Master/texmf/doc/man/man1/pdf270.man1.pdf Binary files differnew file mode 100644 index 00000000000..f6efd0710d6 --- /dev/null +++ b/Master/texmf/doc/man/man1/pdf270.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdf90.1 b/Master/texmf/doc/man/man1/pdf90.1 index d0b433c2cc0..c04a36137af 100644 --- a/Master/texmf/doc/man/man1/pdf90.1 +++ b/Master/texmf/doc/man/man1/pdf90.1 @@ -17,10 +17,10 @@ Source files are processed sequentially into a single output unless the '--batch' option is used, in which case they are processed separately. .PP -pdf90 operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdf90 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 '-rotated90' applied to their names by default. To change +the suffix 'rotated90' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP diff --git a/Master/texmf/doc/man/man1/pdf90.man1.pdf b/Master/texmf/doc/man/man1/pdf90.man1.pdf Binary files differnew file mode 100644 index 00000000000..ac294fd42b7 --- /dev/null +++ b/Master/texmf/doc/man/man1/pdf90.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfbook.1 b/Master/texmf/doc/man/man1/pdfbook.1 index bf87ada1cc2..f0be4b73ed3 100644 --- a/Master/texmf/doc/man/man1/pdfbook.1 +++ b/Master/texmf/doc/man/man1/pdfbook.1 @@ -3,17 +3,20 @@ pdfbook \- put the pages of PDF files into 2-up signatures .SH "SYNOPSIS" .PP -pdfbook [--right-edge-binding] [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.] +pdfbook [--short-edge] [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.] .PP .SH "DESCRIPTION" .PP pdfbook makes 2-up versions of PDF files, with the pages ordered as signatures. The default signature size is 4: to change this, use the -option '--signature N', where N is a multiple of 4. +option '--signature N', where N is a multiple of 4 (alternatively use '--signature* N' for +right-edge binding). .PP -The default is to make files suitable for left-edge binding. For right-edge -binding, use the '--right-edge-binding' argument; in that case, to change -the default signature is changed by using the option '--signature* N'. +The default is to make pages suitable for long-edge binding. For short-edge +binding, use '--short-edge' as the first argument; this will only work if the LaTeX package 'everyshi' is installed. +.PP +The default output page orientation is +landscape. To change this, use the '--no-landscape' option. .PP If no source PDF file ('SRC') is specified, input is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed. @@ -27,14 +30,14 @@ many of the capabilities of the pdfpages package for pdflatex\&. A working installation of pdflatex, with the pdfpages package, is required\&. .PP -pdfbook operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdfbook 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 '-book' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP .RS -.B pdfbook --suffix '-sig4' --batch myfile1.pdf myfile2.pdf +.B pdfbook --suffix 'sig4' --batch myfile1.pdf myfile2.pdf .RE .PP will result in files named 'myfile1-sig4.pdf' and 'myfile2-sig4.pdf'. diff --git a/Master/texmf/doc/man/man1/pdfbook.man1.pdf b/Master/texmf/doc/man/man1/pdfbook.man1.pdf Binary files differnew file mode 100644 index 00000000000..2e6d334c676 --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfbook.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfflip.1 b/Master/texmf/doc/man/man1/pdfflip.1 index 842da1c7fba..9761790d9f6 100644 --- a/Master/texmf/doc/man/man1/pdfflip.1 +++ b/Master/texmf/doc/man/man1/pdfflip.1 @@ -16,15 +16,15 @@ Source files are processed sequentially into a single output unless the '--batch' option is used, in which case they are processed separately. .PP -pdfflip operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdfflip 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 '-flipped' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP .RS -.B pdfflip --suffix '-reflected' --batch myfile1.pdf myfile2.pdf +.B pdfflip --suffix 'reflected' --batch myfile1.pdf myfile2.pdf .RE .PP will result in files named 'myfile1-reflected.pdf' and 'myfile2-reflected.pdf'. diff --git a/Master/texmf/doc/man/man1/pdfflip.man1.pdf b/Master/texmf/doc/man/man1/pdfflip.man1.pdf Binary files differnew file mode 100644 index 00000000000..bbb3f40b418 --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfflip.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfjam-pocketmod.1 b/Master/texmf/doc/man/man1/pdfjam-pocketmod.1 index 40c72cbf10d..4c51ef78806 100644 --- a/Master/texmf/doc/man/man1/pdfjam-pocketmod.1 +++ b/Master/texmf/doc/man/man1/pdfjam-pocketmod.1 @@ -41,8 +41,7 @@ http://go.warwick.ac.uk/pdfjam \&. .PP .SH "LIMITATIONS AND BUGS" .PP -pdfjam-pocketmod does not work with encrypted PDF files, and does not -preserve hyperlinks. +pdfjam-pocketmod does not work with encrypted PDF files, and does not preserve hyperlinks. .PP The '--keepinfo' option does not work. .PP diff --git a/Master/texmf/doc/man/man1/pdfjam-pocketmod.man1.pdf b/Master/texmf/doc/man/man1/pdfjam-pocketmod.man1.pdf Binary files differnew file mode 100644 index 00000000000..5244569a60a --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfjam-pocketmod.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfjam-slides3up.1 b/Master/texmf/doc/man/man1/pdfjam-slides3up.1 index 4602b680e2c..09227631a10 100644 --- a/Master/texmf/doc/man/man1/pdfjam-slides3up.1 +++ b/Master/texmf/doc/man/man1/pdfjam-slides3up.1 @@ -32,14 +32,14 @@ many of the capabilities of the pdfpages package for pdflatex\&. A working installation of pdflatex, with the pdfpages package, is required\&. .PP -pdfjam-slides3up operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdfjam-slides3up 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 '-3up' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP .RS -.B pdfjam-slides3up --suffix '-1x3' --batch myslides1.pdf myslides2.pdf +.B pdfjam-slides3up --suffix '1x3' --batch myslides1.pdf myslides2.pdf .RE .PP will result in files named 'myslides1-1x3.pdf' and 'myslides2-1x3.pdf'. diff --git a/Master/texmf/doc/man/man1/pdfjam-slides3up.man1.pdf b/Master/texmf/doc/man/man1/pdfjam-slides3up.man1.pdf Binary files differnew file mode 100644 index 00000000000..9e7478dca0f --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfjam-slides3up.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfjam-slides6up.1 b/Master/texmf/doc/man/man1/pdfjam-slides6up.1 index 1508369a807..6e90363bc6f 100644 --- a/Master/texmf/doc/man/man1/pdfjam-slides6up.1 +++ b/Master/texmf/doc/man/man1/pdfjam-slides6up.1 @@ -31,14 +31,14 @@ many of the capabilities of the pdfpages package for pdflatex\&. A working installation of pdflatex, with the pdfpages package, is required\&. .PP -pdfjam-slides6up operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdfjam-slides6up 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 '-6up' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP .RS -.B pdfjam-slides6up --suffix '-2x3' --batch myslides1.pdf myslides2.pdf +.B pdfjam-slides6up --suffix '2x3' --batch myslides1.pdf myslides2.pdf .RE .PP will result in files named 'myslides1-2x3.pdf' and 'myslides2-2x3.pdf'. diff --git a/Master/texmf/doc/man/man1/pdfjam-slides6up.man1.pdf b/Master/texmf/doc/man/man1/pdfjam-slides6up.man1.pdf Binary files differnew file mode 100644 index 00000000000..f10fe83610c --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfjam-slides6up.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfjam.man1.pdf b/Master/texmf/doc/man/man1/pdfjam.man1.pdf Binary files differnew file mode 100644 index 00000000000..47e1b5e01d7 --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfjam.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfjoin.man1.pdf b/Master/texmf/doc/man/man1/pdfjoin.man1.pdf Binary files differnew file mode 100644 index 00000000000..a3d180b3176 --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfjoin.man1.pdf 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'. diff --git a/Master/texmf/doc/man/man1/pdfnup.man1.pdf b/Master/texmf/doc/man/man1/pdfnup.man1.pdf Binary files differnew file mode 100644 index 00000000000..f49eb2532cf --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfnup.man1.pdf diff --git a/Master/texmf/doc/man/man1/pdfpun.man1.pdf b/Master/texmf/doc/man/man1/pdfpun.man1.pdf Binary files differnew file mode 100644 index 00000000000..e1023beee12 --- /dev/null +++ b/Master/texmf/doc/man/man1/pdfpun.man1.pdf |