# Specify the main file
@default_files = ('report.tex');

# PDF-generating modes are:
# 1: pdflatex, as specified by $pdflatex variable
# 2: postscript conversion, as specified by the $ps2pdf variable
# 3: dvi conversion, as specified by the $dvipdf variable
# 4: lualatex, as specified by the $lualatex variable
# 5: xelatex, as specified by the $xelatex variable
$pdf_mode = 1;

# Increase the max repeats
$max_repeat = 7;

# Show used CPU time.
$show_time = 1;

# run bibtex or biber whenever it appears necessary to update the bbl files,
# without testing for the existence of the bib files;
# always delete .bbl files in a cleanup
$bibtex_use = 2;  # default: 1

# Change default `biber` call, help catch errors faster/clearer. See
# https://web.archive.org/web/20200526101657/https://www.semipol.de/2018/06/12/latex-best-practices.html#database-entries
$biber = "biber --validate-datamodel %O %S";

$pdflatex = 'pdflatex -interaction=nonstopmode -halt-on-error -file-line-error --shell-escape %O %S';

$cleanup_mode = 2