summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/pdfxup.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/pdfxup.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfxup.138
1 files changed, 18 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/man/man1/pdfxup.1 b/Master/texmf-dist/doc/man/man1/pdfxup.1
index 75198b87fc8..8ca0c2b394a 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 "25 april 2021" "2.10" "pdfxup man page"
+.TH man 1 "24 april 2021" "2.10" "pdfxup man page"
.SH NAME
pdfxup \- n-up tool with reduced margins
.SH SYNOPSIS
@@ -125,12 +125,20 @@ 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;
+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.
+is full. For instance:
+.nf
+ --------- ---------
+row-mode | 1 2 3 | column-mode | 1 4 7 |
+ | 4 5 6 | | 2 5 8 |
+ | 7 8 9 | | 3 6 9 |
+ --------- ---------
+
+.fi
.TP
\fB\-row\fR, \fB\-\-row-mode\fR, \fB\-\-horizontal\fR
-fill in pages left to right (which is the default mode).
+fill in pages left to right.
.TP
\fB\-bal\fR, \fB\-\-balance-last\fR
balance last page: when using column mode, the pages are filled in from
@@ -140,25 +148,15 @@ 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, no-balance | 1 2 3 | column, no-balance | 1 4 |
+ | 4 5 | | 2 5 |
+ | | | 3 |
--------- ---------
--------- ---------
- 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 | | |
+ row, balance | 1 2 | column, balance | 1 3 5 |
+ | 3 4 | | 2 4 |
+ | 5 | | |
--------- ---------
.fi