# .latexmkrc
# This file will be read by latexmk when building the documentation

# Run pdflatex with shell escape (for git tagging) and ignore errors
$pdflatex = 'pdflatex %O -interaction=nonstopmode --shell-escape %S';

# Default to pdf output
$pdf_mode = 1;