Update for rendering workflow

This commit is contained in:
2020-01-03 06:54:49 -06:00
parent d51e989f77
commit aa5217148d
7 changed files with 26 additions and 6 deletions

17
render.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
cd "$(dirname "$0")"
git pull
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=David David/Main.tex
rm David.aux David.out
cp David.pdf /home/david/fileshare/LaTeX/WoD/
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname= Jake Jake/Main.tex
rm Jake.aux Jake.out
cp Jake.pdf /home/david/fileshare/LaTeX/WoD/
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=Joe Joe/Main.tex
rm Joe.aux Joe.out
cp Joe.pdf /home/david/fileshare/LaTeX/WoD/