1
0
Fork 0

Update for rendering workflow

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:650c20472c9fed25840109df80a501883720600a93195e9aaa0d258f1c559018
size 38809380

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c76c3eb06111fc1180d3a3669d318b2df27cde9325df1b432b39e68171271865
size 47408099

View File

@ -1,3 +1,12 @@
# World of Darkness Character Sheet
I didn't like the available World of Darkness Mage character sheets, so I made my own
[PDFs are here](https://files.daviddaily.dev/LaTeX/WoD/)
Individual ones:
[David](https://files.daviddaily.dev/LaTeX/WoD/David.pdf)
[Joe](https://files.daviddaily.dev/LaTeX/WoD/Joe.pdf)
[Jake](https://files.daviddaily.dev/LaTeX/WoD/Jake.pdf)

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/