Added standalone build capability

This commit is contained in:
2022-11-19 17:38:39 -08:00
parent f32cfa057b
commit d6c4dab27f
4 changed files with 94 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
cd "/work/$LATEXMK_CD_DIR"
if [ "$SKIP_ENTRY" = false ] ; then
latexmk -outdir=/build "$@"
else
bash
fi