From: Christian Heller Date: Sun, 24 Sep 2023 04:36:23 +0000 (+0200) Subject: Fix documentation of bookmaker.py. X-Git-Url: https://plomlompom.com/repos/test.html?a=commitdiff_plain;h=b97655442a165d6ceba306643e0e2dde084fdce8;p=misc Fix documentation of bookmaker.py. --- diff --git a/bookmaker.py b/bookmaker.py index 0645378..0de7f19 100755 --- 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.