From 55fb15358724a442955395f9bcadbfc9c507b127 Mon Sep 17 00:00:00 2001
From: Felix <felix@hilsky.de>
Date: Sun, 25 Oct 2020 19:32:40 +0000
Subject: [PATCH] Revert "evince as pdf previewer"

This reverts commit ecdbc9cc6840cf12a075626900b815689d6b7809.

This is not longer necessary since okular is working fine on new fedora
installation.
---
 .latexmkrc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.latexmkrc b/.latexmkrc
index fb54638..1e5733f 100644
--- a/.latexmkrc
+++ b/.latexmkrc
@@ -2,8 +2,3 @@
 $pdf_mode= 4 ;
 @default_files = ('.maindir/tex/main.tex');
 $out_dir = '.maindir/out';
-# my okular stops currently with a segmentation fault
-# so I use another viewer: evince
-# start is necessary to start evince detached, otherwise latexmk -pvc is blocked by evince running
-# I am not sure if this would work with file names with blanks. Bad idea anyway!
-$pdf_previewer = "start evince %O %S"
-- 
GitLab