etc/latexmkrc

5 lines
123 B
Plaintext
Raw Normal View History

2014-10-08 16:46:02 +02:00
# vim:ft=perl:
$pdf_previewer = 'xdg-open %O %S';
2014-09-25 17:23:18 +02:00
$pdf_mode = 1;
push @extra_pdflatex_options, '-interaction=nonstopmode';