From 3b558a32588e4cf50df252371e7a6ea867eed76b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 4 Oct 2025 08:07:35 -0700 Subject: [PATCH] Change pdfbook2 command to not crop which was messing with margins. --- convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.sh b/convert.sh index 3646e3f..9c03eee 100755 --- a/convert.sh +++ b/convert.sh @@ -23,7 +23,7 @@ pandoc /tmp/ebook.md \ -o $ebook status=$? -pdfbook2 $ebook +pdfbook2 -n $ebook echo "Completed with status '$status'."