From ad2f3f49b4a4eabbebacd46caa87186f7d58a796 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 9 Feb 2024 11:46:00 +0100 Subject: [PATCH 1/3] adding a bit of info on how to use the booklet.sh script --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6536c94..af5f36a 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -A `PEN PLOTTING PARTY*` zine generated from the [pen plotters/zine](https://pzwiki.wdka.nl/mediadesign/Pen_plotters/zine) wiki page, made with [booklet-with-pagedjs.sh](https://pzwiki.wdka.nl/mediadesign/User:Manetta/Booklet-with-pagedjs.sh) using Paged.js. \ No newline at end of file +A `PEN PLOTTING PARTY*` zine generated from the [pen plotters/zine](https://pzwiki.wdka.nl/mediadesign/Pen_plotters/zine) wiki page, made with [booklet.sh](https://pzwiki.wdka.nl/mediadesign/User:Manetta/Booklet.sh) using Paged.js. + +The script `booklet.sh` generates two PDFs: + +* one PDF: using weasyprint, based on the HTML of the wiki page +* one booklet PDF, for booklet printing: using pdfbook2, based on the PDF above + +To run the script, you can use the following command: + +`$ bash booklet.sh` \ No newline at end of file From dbefa165eb13fd3a36658849bb91f5c27a3f3f3f Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 9 Feb 2024 11:46:26 +0100 Subject: [PATCH 2/3] changed the wiki page we're using --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af5f36a..bad53d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -A `PEN PLOTTING PARTY*` zine generated from the [pen plotters/zine](https://pzwiki.wdka.nl/mediadesign/Pen_plotters/zine) wiki page, made with [booklet.sh](https://pzwiki.wdka.nl/mediadesign/User:Manetta/Booklet.sh) using Paged.js. +A `PEN PLOTTING PARTY*` zine generated from the [pen plotters](https://pzwiki.wdka.nl/mediadesign/Pen_plotters) wiki page, made with [booklet.sh](https://pzwiki.wdka.nl/mediadesign/User:Manetta/Booklet.sh) using Paged.js. The script `booklet.sh` generates two PDFs: From b27c1eb302c0469d4be0edb142911352c7aaa891 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 9 Feb 2024 11:46:43 +0100 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad53d4..f5d3eb3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A `PEN PLOTTING PARTY*` zine generated from the [pen plotters](https://pzwiki.wd The script `booklet.sh` generates two PDFs: -* one PDF: using weasyprint, based on the HTML of the wiki page +* one regular PDF: using weasyprint, based on the HTML of the wiki page * one booklet PDF, for booklet printing: using pdfbook2, based on the PDF above To run the script, you can use the following command: