Update for rendering workflow
This commit is contained in:
parent
d51e989f77
commit
aa5217148d
BIN
David/David.pdf
BIN
David/David.pdf
Binary file not shown.
BIN
Jake/Jake.pdf
BIN
Jake/Jake.pdf
Binary file not shown.
BIN
Joe/Joe.pdf
BIN
Joe/Joe.pdf
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:650c20472c9fed25840109df80a501883720600a93195e9aaa0d258f1c559018
|
|
||||||
size 38809380
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c76c3eb06111fc1180d3a3669d318b2df27cde9325df1b432b39e68171271865
|
|
||||||
size 47408099
|
|
@ -1,3 +1,12 @@
|
|||||||
# World of Darkness Character Sheet
|
# World of Darkness Character Sheet
|
||||||
|
|
||||||
I didn't like the available World of Darkness Mage character sheets, so I made my own
|
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
17
render.sh
Executable 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/
|
Loading…
x
Reference in New Issue
Block a user