added some meme/FF recipes, some updates to existing ones

This commit is contained in:
2024-09-20 15:27:15 -05:00
parent 7c570d8ca6
commit 7314c85bb1
12 changed files with 501 additions and 48 deletions

View File

@ -1,21 +1,29 @@
#!/bin/bash
cd "$(dirname "$0")"
# these are so that later it can be edited through the web on gitea and automagically recompile without having to run anything on the webserver manually.
# these are so that later it can be edited through the web on gitea and automagically recompile without having to run anything on the webserver manually. MUST be commented out when modifying/running locally. I'm not gonna maintain two copies just for that automation, especially while I'm still actively creating stuff
#git fetch --all
#git reset --hard origin/master
printf "\n-_-_-_-_-_-_-_-_- Main -_-_-_-_-_-_-_-_-\n"
pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=Recipes main.tex
echo
echo -_-_-_-_-_-_-_-_- Final run -_-_-_-_-_-_-_-_-
echo
pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
echo
echo -_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-
echo
printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
# https://github.com/jenom/pdfbook2
pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf
#printf "\n-_-_-_-_-_-_-_-_- Meal Planner -_-_-_-_-_-_-_-_-\n"
#pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname="Meal Planner" meal-planner.tex
#pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname="Meal Planner" meal-planner.tex
#printf "\n-_-_-_-_-_-_-_-_- Meme -_-_-_-_-_-_-_-_-\n"
#cd meme
#lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=Meme main.tex
#lualatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Meme main.tex
#rm *.aux *.out *.log *.toc
#mv -v -t /home/david/fileshare/LaTeX/Recipes Meme.pdf
#cd ..
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 -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf "Meal Planner.pdf" Recipes-book.pdf