etc/latexmkrc

6 lines
158 B
Plaintext
Raw Permalink Normal View History

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