Made latex build quietly
All checks were successful
gitea/real_analysis/pipeline/head This commit looks good
All checks were successful
gitea/real_analysis/pipeline/head This commit looks good
This commit is contained in:
@@ -9,8 +9,8 @@ for D in *; do
|
||||
if [ "${D}" != "template" ] && [ -d "${D}" ]; then
|
||||
echo "Building ${D}..."
|
||||
cd "${D}"
|
||||
pdflatex -interaction=nonstopmode -halt-on-error "${subdirectory_file_name}.tex"
|
||||
pdflatex -interaction=nonstopmode -halt-on-error "${subdirectory_file_name}.tex"
|
||||
pdflatex -interaction=batchmode -halt-on-error "${subdirectory_file_name}.tex"
|
||||
pdflatex -interaction=batchmode -halt-on-error "${subdirectory_file_name}.tex"
|
||||
cd ..
|
||||
fi
|
||||
done
|
||||
@@ -19,8 +19,8 @@ done
|
||||
main_file_name=main_text
|
||||
|
||||
echo "Building main PDF..."
|
||||
pdflatex -interaction=nonstopmode -halt-on-error "${main_file_name}.tex"
|
||||
pdflatex -interaction=nonstopmode -halt-on-error "${main_file_name}.tex"
|
||||
pdflatex -interaction=batchmode -halt-on-error "${main_file_name}.tex"
|
||||
pdflatex -interaction=batchmode -halt-on-error "${main_file_name}.tex"
|
||||
|
||||
# Clean up
|
||||
rm -rf *.aux *.log *.out *.toc
|
||||
|
||||
Reference in New Issue
Block a user