add dots
This commit is contained in:
19
render.sh
19
render.sh
@@ -20,11 +20,16 @@ cd "$(dirname "$0")"
|
||||
#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
|
||||
printf "\n-_-_-_-_-_-_-_-_- Shopping list -_-_-_-_-_-_-_-_-\n"
|
||||
pdflatex -file-line-error -draftmode -shell-escape -jobname="Shopping List" shopping-list.tex
|
||||
pdflatex -file-line-error -shell-escape -jobname="Shopping List" shopping-list.tex
|
||||
mv -v -t /home/david/fileshare/LaTeX/Recipes "Shopping List.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
|
||||
rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
|
||||
|
||||
#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
|
Reference in New Issue
Block a user