change name, add recipe

This commit is contained in:
2025-04-29 15:06:51 -05:00
parent f86e1508c5
commit ecd5027ee3
16 changed files with 82 additions and 52 deletions

View File

@ -15,16 +15,16 @@ cd "$(dirname "$0")"
#pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf
#mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf Recipes-book.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
mv -v -t /home/david/fileshare/LaTeX/Recipes "Meal Planner.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
#mv -v -t /home/david/fileshare/LaTeX/Recipes "Meal Planner.pdf"
rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
#rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
#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
printf "\n-_-_-_-_-_-_-_-_- FF -_-_-_-_-_-_-_-_-\n"
cd "Dependance on Deities"
lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=FF main.tex
lualatex -file-line-error -interaction nonstopmode -shell-escape -jobname=FF main.tex
rm *.aux *.out *.log *.toc
mv -v FF.pdf /home/david/fileshare/LaTeX/Recipes/.FF.pdf