summaryrefslogtreecommitdiff
path: root/home/config/dotfiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/dotfiles')
-rw-r--r--home/config/dotfiles/latexmkrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/config/dotfiles/latexmkrc b/home/config/dotfiles/latexmkrc
index 415d23b..788ceb7 100644
--- a/home/config/dotfiles/latexmkrc
+++ b/home/config/dotfiles/latexmkrc
@@ -1,2 +1,5 @@
$clean_ext = 'bbl nav prv_%R.fmt prv_%R.log prv/*/* prv/* prv run.xml snm vrb';
-$ENV{'TZ'}='Europe/Paris'; \ No newline at end of file
+
+$ENV{'TZ'}='Europe/Paris';
+
+$pdf_previewer = 'evince %O %S 2>&1 | grep -v Gtk-WARNING | grep . 1>&2'; \ No newline at end of file