From a1916699feced032aa21f35fd7a732aedb931cb9 Mon Sep 17 00:00:00 2001 From: Valentin Gatien-Baron Date: Fri, 3 May 2024 22:23:30 +0200 Subject: [PATCH] edition: cleanup --- edition/alice | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/edition/alice b/edition/alice index 85f9598..2b14d26 100755 --- a/edition/alice +++ b/edition/alice @@ -79,7 +79,7 @@ case "${1-}" in ) ebook-convert \ Alice_au_pays_des_merveilles-manual-conv.epub \ - Alice_au_pays_des_merveilles-manual-conv-tmp.pdf \ + Alice_au_pays_des_merveilles-manual-conv.pdf \ --pdf-page-numbers \ --pdf-use-document-margins \ --pdf-default-font-size=16 \ @@ -87,6 +87,7 @@ case "${1-}" in --remove-paragraph-spacing \ --remove-paragraph-spacing-indent-size=-1 \ --pdf-hyphenate $(true pour le chapitre 1, image du rideau) \ + --pdf-no-cover \ --pdf-footer-template "$(cat <
@@ -273,8 +274,5 @@ a { */ EOF ) - qpdf Alice_au_pays_des_merveilles-manual-conv-tmp.pdf --pages . 2-z -- \ - Alice_au_pays_des_merveilles-manual-conv.pdf # rm -f Alice_au_pays_des_merveilles-manual-conv{,1}.epub - rm -f Alice_au_pays_des_merveilles-manual-conv-tmp.pdf esac