Change pdfbook2 command to not crop which was messing with margins.

This commit is contained in:
2025-10-04 08:07:35 -07:00
parent 7da3364297
commit 3b558a3258

View File

@@ -23,7 +23,7 @@ pandoc /tmp/ebook.md \
-o $ebook
status=$?
pdfbook2 $ebook
pdfbook2 -n $ebook
echo "Completed with status '$status'."