recipe-book/render.sh

14 lines
608 B
Bash
Raw Normal View History

2024-08-08 12:24:57 -05:00
#!/bin/bash
cd "$(dirname "$0")"
2024-08-15 13:48:30 -05:00
# 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.
2024-08-08 12:24:57 -05:00
#git fetch --all
#git reset --hard origin/master
pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=Recipes main.tex
pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
2024-08-15 20:05:27 -05:00
pdfbook2 Recipes.pdf
2024-08-15 13:48:30 -05:00
rm *.aux *.out *.log *.toc
2024-08-15 20:05:27 -05:00
mv Recipes.pdf /home/david/fileshare/LaTeX/Recipes
mv Recipes-book.pdf /home/david/fileshare/LaTeX/Recipes/Recipes-booklet.pdf