Add booklet command.

This commit is contained in:
2025-09-27 14:55:30 -07:00
parent 3fc1c6e7d5
commit ddb8d7f0e7

View File

@@ -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'."