Add evince to the TeX view program list

This commit is contained in:
tecosaur 2020-04-10 02:28:43 +08:00
parent 291e4b25e5
commit 7e8be1bca6
1 changed files with 6 additions and 0 deletions

View File

@ -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