etc/latexmkrc

4 lines
107 B
Perl

$pdf_previewer = 'zathura %O %S';
$pdf_mode = 1;
push @extra_pdflatex_options, '-interaction=nonstopmode';