# HG changeset patch # User HIROSE Yuuji # Date 1359280223 -32400 # Node ID 9f3a86e5d21663c5e0a4f31025d88c60d7df69c3 # Parent dffc0d979ae0fddca88401bc7721da244fee4bf6 Add some pdf readers to YaTeX-dvi2-command-ext-alist. diff -r dffc0d979ae0 -r 9f3a86e5d216 yatexprc.el --- a/yatexprc.el Thu Oct 25 16:25:39 2012 +0900 +++ b/yatexprc.el Sun Jan 27 18:50:23 2013 +0900 @@ -1,7 +1,7 @@ ;;; yatexprc.el --- YaTeX process handler ;;; ;;; (c)1993-2012 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Sat Sep 1 08:13:49 2012 on firestorm +;;; Last modified Mon Oct 29 08:55:58 2012 on firestorm ;;; $Id$ ;;; Code: @@ -849,7 +849,7 @@ (defvar YaTeX-dvi2-command-ext-alist '(("[agx]dvi\\|dviout" . ".dvi") ("ghostview\\|gv" . ".ps") - ("acroread\\|pdf\\|Preview\\|TeXShop\\|Skim\\|evince" . ".pdf"))) + ("acroread\\|xpdf\\|pdfopen\\|Preview\\|TeXShop\\|Skim\\|evince\\|mupdf\\|zathura\\|okular" . ".pdf"))) (defun YaTeX-get-preview-file-name (&optional preview-command) "Get file name to preview by inquiring YaTeX-get-latex-command"