recipe-book/render.sh

12 lines
375 B
Bash
Raw Normal View History

2024-08-08 12:24:57 -05:00
#!/bin/bash
cd "$(dirname "$0")"
#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
rm Recipes.aux Recipes.out Recipes.log Recipes.toc
mv Recipes.pdf /home/david/fileshare/.secret/