changeset 289:9f3a86e5d216 dev

Add some pdf readers to YaTeX-dvi2-command-ext-alist.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 27 Jan 2013 18:50:23 +0900
parents dffc0d979ae0
children 1a4332ecc58b
files yatexprc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"

yatex.org