With the following .latexmkrc this respository does not compile
#!/bin/env perl
# PDF-generating modes are:
# 1: pdflatex, as specified by $pdflatex variable (still largely in use)
# 2: postscript conversion, as specified by the $ps2pdf variable (useless)
# 3: dvi conversion, as specified by the $dvipdf variable (useless)
# 4: lualatex, as specified by the $lualatex variable (best)
# 5: xelatex, as specified by the $xelatex variable (second best)
$pdf_mode = 5;
set_tex_cmds("--shell-escape --synctex=1 %O %S");
$root_filename = 'IPleiriaMain.tex';
With the following .latexmkrc this respository does not compile
Log attached: IPleiriaMain.log