summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-04-27 13:34:28 +0000
committerKarl Berry <karl@freefriends.org>2021-04-27 13:34:28 +0000
commit20c4130a2e70664159f514bb24152b7124294ff5 (patch)
tree1ced2ffd70f4a853ebcbd4260eff6e89ba2280f7 /Master/texmf-dist/doc/man
parent60b6bdc7cad5409422b39769269b516354b23025 (diff)
pdfxup (26apr21)
git-svn-id: svn://tug.org/texlive/trunk@59001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfxup.142
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfxup.man1.pdfbin26318 -> 29760 bytes
2 files changed, 41 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/man/man1/pdfxup.1 b/Master/texmf-dist/doc/man/man1/pdfxup.1
index 5fe8a3e054a..75198b87fc8 100644
--- a/Master/texmf-dist/doc/man/man1/pdfxup.1
+++ b/Master/texmf-dist/doc/man/man1/pdfxup.1
@@ -1,6 +1,6 @@
.\" Manpage for pdfxup.
.\" Contact pdfxup@markey.fr to correct errors or typos.
-.TH man 1 "17 december 2020" "2.00" "pdfxup man page"
+.TH man 1 "25 april 2021" "2.10" "pdfxup man page"
.SH NAME
pdfxup \- n-up tool with reduced margins
.SH SYNOPSIS
@@ -123,6 +123,46 @@ repeat the last p pages of the watermark file instead of only the last one.
\fB\-d\fR, \fB\-\-debug\fR
debug mode: keep intermediary files.
.TP
+\fB\-col\fR, \fB\-\-column-mode\fR, \fB\-\-vertical\fR
+fill in pages top-down first (instead of the default left-to-right mode).
+By default, pages are inserted from left to right, until the line is full;
+with this option, pages are inserted from top to bottom, until the column
+is full. See option \fB\-bal\fR below for examples of both options.
+.TP
+\fB\-row\fR, \fB\-\-row-mode\fR, \fB\-\-horizontal\fR
+fill in pages left to right (which is the default mode).
+.TP
+\fB\-bal\fR, \fB\-\-balance-last\fR
+balance last page: when using column mode, the pages are filled in from
+top to bottom, and the last page is no exception. Still, it may be prefered
+that the columns in the last page remains "balanced", which is what this
+option achieves. Symmetrically, in row mode, this option would balance the
+rows.
+.nf
+ --------- ---------
+row, no-balance | 1 2 3 | column, no-balance | 1 4 7 |
+(default mode) | 4 5 6 | | 2 5 8 |
+ | 7 8 9 | | 3 6 9 |
+ --------- ---------
+ --------- ---------
+ |10 11 12 | |10 13 |
+ |13 14 | |11 14 |
+ | | |12 |
+ --------- ---------
+
+ --------- ---------
+ row, balance | 1 2 3 | column, balance | 1 4 7 |
+ | 4 5 6 | | 2 5 8 |
+ | 7 8 9 | | 3 6 9 |
+ --------- ---------
+ --------- ---------
+ |10 11 | |10 12 14 |
+ |12 13 | |11 13 |
+ |14 | | |
+ --------- ---------
+
+.fi
+.TP
\fB\-V [0-3]\fR, \fB\-\-verbose\fR [0-3]
select verbosity (default: 1).
.TP
diff --git a/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf b/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf
index 87c73a1709f..2fe93831685 100644
--- a/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf
Binary files differ