From 7e8be1bca6859fd765e1012883e5277152a5c716 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Fri, 10 Apr 2020 02:28:43 +0800 Subject: [PATCH] Add evince to the TeX view program list --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index e0c3fed..7e5949f 100644 --- a/config.org +++ b/config.org @@ -2029,6 +2029,12 @@ but more convinient, like =;=. (?B "\\mathbb" nil t nil nil) (?a "\\abs" nil t nil nil)))) #+END_SRC +*** SyncTeX +#+BEGIN_SRC emacs-lisp +(after! tex + (add-to-list 'TeX-view-program-list '("Evince" "evince %o")) + (add-to-list 'TeX-view-program-selection '(output-pdf "Evince"))) +#+END_SRC ** R *** Editor Visuals #+BEGIN_SRC emacs-lisp