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

This commit is contained in:
2025-10-04 08:06:59 -07:00
parent 7bdff6db23
commit aa2367961f

View File

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