update latexmkrc

This commit is contained in:
Gabriel Ebner 2014-09-25 17:23:18 +02:00
parent 103adc4b88
commit 007336df9a
2 changed files with 3 additions and 1 deletions

@ -1,5 +1,5 @@
FILES = bashrc vimrc zshrc emacs.el gitconfig screenrc commonshrc \
gnomerc gvimrc muttrc pentadactylrc vimperatorrc mailcap
gnomerc gvimrc muttrc pentadactylrc vimperatorrc mailcap latexmkrc
FILES2 = msmtprc
.PHONY: install clean check

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