Change pdfbook2 command to not crop which was messing with margins.
This commit is contained in:
@@ -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'."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user