Update setupFiles/compile.sh
All checks were successful
/ Build Container (push) Successful in 14m58s

This commit is contained in:
2025-12-12 11:39:47 +05:30
parent 50b5a24952
commit 9bc0f9ef50

View File

@@ -2,7 +2,10 @@
# Adapted from github.com/gkilleen33/overleaf-offline under the MIT license
echo ===================================
export TIMEFORMAT="Done Compiling in %Rs, used %P%% CPU"
time {
echo ==== Compiling ====================
mkdir -p pdf
# if test -f "pdf/output.aux"; then
@@ -30,5 +33,4 @@ latexmk -pdf -jobname=pdf/output $1 -f -quiet
cp pdf/output.pdf .
echo ===================================
echo "Done compiling."
echo
}