home
·
contact
·
privacy
projects
/
misc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de2916
)
Fix documentation of bookmaker.py.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 24 Sep 2023 04:36:23 +0000
(06:36 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 24 Sep 2023 04:36:23 +0000
(06:36 +0200)
bookmaker.py
patch
|
blob
|
history
diff --git
a/bookmaker.py
b/bookmaker.py
index 064537824e6c5211bc79868c31748bea24e3c3fb..0de7f19b3e2eb69491e5148c4a6f3b90dd30a674 100755
(executable)
--- a/
bookmaker.py
+++ b/
bookmaker.py
@@
-73,9
+73,9
@@
The --nup4 quartering puts pages into a specific order optimized for no-tumble d
(front) (back)
+-------+ +-------+
-| 4 | 1 | |
3 | 2
|
+| 4 | 1 | |
2 | 3
|
|-------| |-------|
-| 8 | 5 | |
7 | 6
|
+| 8 | 5 | |
6 | 7
|
+-------+ +-------+
To facilitate this layout, --nup4 also pads the input PDF pages to a total number that is a multiple of 8, by adding empty pages if necessary.