pdf2book.py: add todo for alternative zine folding
This commit is contained in:
parent
a922e6b4b7
commit
26520d81b6
13
pdf2book.py
13
pdf2book.py
@ -120,6 +120,19 @@ def make_zine(reader, lst):
|
|||||||
# -------------------------
|
# -------------------------
|
||||||
# | 10 | 11 | 12 | 13 |
|
# | 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=[
|
page_order=[
|
||||||
2, 3, 4, 5,
|
2, 3, 4, 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user