Commit e9378d00 authored by Mara Karagianni's avatar Mara Karagianni
Browse files

Add zinemaker zine in README.md

parent f70347c3
Branches
No related merge requests found
Showing with 9 additions and 5 deletions
......@@ -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`
\ No newline at end of file
`python shuffle_pdf.py final.pdf final_shuffled.pdf`
## This readme as a generated zine:
open the file `zinemaker.pdf`
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment