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=$? status=$?
# Use LaTeX booklet package to make a print, fold, and staple version! # Use LaTeX booklet package to make a print, fold, and staple version!
pdfbook2 $ebook
# TBD/TODO #pdfbook2 --signature=4 $ebook
echo "Completed with status '$status'." echo "Completed with status '$status'."