From ddb8d7f0e7fe9efcf77c831eabda7d9969781fa0 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 27 Sep 2025 14:55:30 -0700 Subject: [PATCH] Add booklet command. --- convert.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convert.sh b/convert.sh index 64e6c65..94a8704 100755 --- a/convert.sh +++ b/convert.sh @@ -22,8 +22,8 @@ pandoc /tmp/$md \ status=$? # Use LaTeX booklet package to make a print, fold, and staple version! - -# TBD/TODO +pdfbook2 $ebook +#pdfbook2 --signature=4 $ebook echo "Completed with status '$status'."