diff --git a/David/David.pdf b/David/David.pdf deleted file mode 100644 index c55ec16..0000000 Binary files a/David/David.pdf and /dev/null differ diff --git a/Jake/Jake.pdf b/Jake/Jake.pdf deleted file mode 100755 index b253c99..0000000 Binary files a/Jake/Jake.pdf and /dev/null differ diff --git a/Joe/Joe.pdf b/Joe/Joe.pdf deleted file mode 100755 index 14ff35c..0000000 Binary files a/Joe/Joe.pdf and /dev/null differ diff --git a/MtA 2nd Edition.pdf b/MtA 2nd Edition.pdf deleted file mode 100755 index d7cd957..0000000 --- a/MtA 2nd Edition.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:650c20472c9fed25840109df80a501883720600a93195e9aaa0d258f1c559018 -size 38809380 diff --git a/MtAv1/MtA 1st Edition.pdf b/MtAv1/MtA 1st Edition.pdf deleted file mode 100755 index 1e300b7..0000000 --- a/MtAv1/MtA 1st Edition.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c76c3eb06111fc1180d3a3669d318b2df27cde9325df1b432b39e68171271865 -size 47408099 diff --git a/README.md b/README.md index 59f1f3f..ae655a5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/render.sh b/render.sh new file mode 100755 index 0000000..ebeee66 --- /dev/null +++ b/render.sh @@ -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/