Merge pull request #1850 from alexandergraul/fix-latex-documentation

lang/latex: update docs wrt latex viewers
This commit is contained in:
Henrik Lissner 2019-10-03 12:10:43 -04:00 committed by GitHub
commit 921e36decd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 10 deletions

View file

@ -13,8 +13,8 @@ package to be installed.")
(defvar +latex-viewers '(skim evince sumatrapdf zathura okular pdf-tools)
"A list of enabled latex viewers to use, in this order. If they don't exist,
they will be ignored. Recognized viewers are skim, zathura, okular and
pdf-tools.
they will be ignored. Recognized viewers are skim, evince, sumatrapdf, zathura,
okular and pdf-tools.
If no viewers are found, `latex-preview-pane' is used.")