fix some stuff

This commit is contained in:
2024-08-26 11:16:41 -05:00
parent 70d6ed523e
commit 7c570d8ca6
5 changed files with 22 additions and 39 deletions

View File

@ -15,7 +15,7 @@ echo
echo -_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-
echo
# https://github.com/jenom/pdfbook2
pdfbook2 -s -o 0 -i 0 -t 0 -b 0 -p letterpaper Recipes.pdf
pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf
rm *.aux *.out *.log *.toc
mv -v Recipes.pdf /home/david/fileshare/LaTeX/Recipes
mv -v Recipes-book.pdf /home/david/fileshare/LaTeX/Recipes/Recipes-booklet.pdf
mv -v Recipes-book.pdf /home/david/fileshare/LaTeX/Recipes/Recipes-booklet.pdf