pdf2book.py: add todo for alternative zine folding

This commit is contained in:
uni@bor.mac 2025-06-09 14:00:08 +02:00
parent a922e6b4b7
commit 26520d81b6

View File

@ -120,6 +120,19 @@ def make_zine(reader, lst):
# -------------------------
# | 10 | 11 | 12 | 13 |
# -------------------------
#
# todo
# - [ ] alternative folding 1 for zine
# _____________________
# | 3r | 2r | 1r | 8r |
# ---------------------
# | 4 | 5 | 6 | 7 |
# ---------------------
# _________________________
# | 11r | 10r | 9r | 16r |
# -------------------------
# | 12 | 13 | 14 | 15 |
# -------------------------
#
page_order=[
2, 3, 4, 5,