joseareia / ipleiria-thesis

A LaTeX template designed for theses and dissertations tailored to students at the Polytechnic University of Leiria.
https://www.overleaf.com/latex/templates/unofficial-polytechnic-university-of-leiria-estg-thesis-slash-report-template/tqgbrncfhwgt
11 stars 3 forks source link

Does not compile #2

Open miguel-negrao opened 4 hours ago

miguel-negrao commented 4 hours ago

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';

Log attached: IPleiriaMain.log

joseareia commented 2 hours ago

Hello, @miguel-negrao!

Thank you for reporting this issue. I'll look into it and aim to resolve it in the next few days.