Update setupFiles/compile.sh
All checks were successful
/ Build Container (push) Successful in 14m58s
All checks were successful
/ Build Container (push) Successful in 14m58s
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user