yatex

changeset 505:55a20e3120a0 dev

Add some PDF reader to pattern
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 02 Jan 2018 23:28:35 +0900
parents 4b5055c54331
children feef2aa1f50f
files yatexprc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatexprc.el	Tue Jan 02 22:59:01 2018 +0900
     1.2 +++ b/yatexprc.el	Tue Jan 02 23:28:35 2018 +0900
     1.3 @@ -1296,7 +1296,7 @@
     1.4  (defvar YaTeX-dvi2-command-ext-alist
     1.5   '(("[agxk]dvi\\|dviout" . ".dvi")
     1.6     ("ghostview\\|gv" . ".ps")
     1.7 -   ("acroread\\|[xk]pdf\\|pdfopen\\|Preview\\|TeXShop\\|Skim\\|evince\\|mupdf\\|zathura\\|okular" . ".pdf")))
     1.8 +   ("acroread\\|[xk]pdf\\|pdfopen\\|Preview\\|TeXShop\\|Skim\\|evince\\|atril\\|xreader\\|mupdf\\|zathura\\|okular" . ".pdf")))
     1.9  
    1.10  (defun YaTeX-get-preview-file-name (&optional preview-command)
    1.11    "Get file name to preview by inquiring YaTeX-get-latex-command"