Proper Title, Police Encounter Changes #4

Merged
me merged 13 commits from dev into main 2025-10-04 13:19:02 -07:00
Showing only changes of commit 9b2b79232b - Show all commits

View File

@@ -9,6 +9,9 @@ date
md="ebook.md"
ebook="VoluntarySovereignty.pdf"
booklet1="VoluntarySovereignty-book.pdf"
booklet2="VoluntarySovereignty-default.pdf"
booklet3="VoluntarySovereignty-rotated.pdf"
if [[ -e $ebook ]]; then
echo -n "Old: "
@@ -25,8 +28,11 @@ pandoc /tmp/$md \
status=$?
# Use LaTeX booklet package to make a print, fold, and staple version!
pdfbook2 $ebook
#pdfbook2 --signature=4 $ebook
pdfbook2 -n $ebook
mv $booklet1 $booklet2
pdfbook2 -ns $ebook
mv $booklet1 $booklet3
echo "Completed with status '$status'."