4 lines
125 B
Perl
4 lines
125 B
Perl
# equivalent to -gt option. Used to prevent latexmk from skipping recompilation
|
|
# of output.log and output.pdf
|
|
$go_mode = 3;
|