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
|
if [ "${D}" != "template" ] && [ -d "${D}" ]; then
|
||||||
echo "Building ${D}..."
|
echo "Building ${D}..."
|
||||||
cd "${D}"
|
cd "${D}"
|
||||||
pdflatex -interaction=nonstopmode -halt-on-error "${subdirectory_file_name}.tex"
|
pdflatex -interaction=batchmode -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"
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
@@ -19,8 +19,8 @@ done
|
|||||||
main_file_name=main_text
|
main_file_name=main_text
|
||||||
|
|
||||||
echo "Building main PDF..."
|
echo "Building main PDF..."
|
||||||
pdflatex -interaction=nonstopmode -halt-on-error "${main_file_name}.tex"
|
pdflatex -interaction=batchmode -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"
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
rm -rf *.aux *.log *.out *.toc
|
rm -rf *.aux *.log *.out *.toc
|
||||||
|
|||||||
Reference in New Issue
Block a user