Add zinemaker zine in README.md

This commit is contained in:
mara 2021-12-10 01:28:11 +01:00
parent f70347c3b1
commit e9378d00ff

View file

@ -23,10 +23,6 @@ Once these are installed, from within zine_maker run:
one that is command line based is pdfunite
http://linux-commands-examples.com/pdfunite
from the terminal run:
`pdfunite cover.pdf body.pdf colophon.pdf output.pdf`
## For shuffling the final pdf and prepare it for printing you need the pdfseparate command
http://www.linux-commands-examples.com/pdfseparate
it is used inside the shuffle_pdf.py file (see details at the end of this Readme)
@ -67,5 +63,13 @@ OR add your text file and replace respectively
`python cover.py text/<your-colophon>.txt colophones/<output-colophon>.pdf`
## For the final pdf - screen version
from the terminal run:
`pdfunite cover.pdf body.pdf colophon.pdf output.pdf`
## To prepare signatures for printing a small booklet
`python shuffle_pdf.py final.pdf final_shuffled.pdf`
`python shuffle_pdf.py final.pdf final_shuffled.pdf`
## This readme as a generated zine:
open the file `zinemaker.pdf`