yatex

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 diff
     1.1 --- a/yatexprc.el	Thu Oct 25 16:25:39 2012 +0900
     1.2 +++ b/yatexprc.el	Sun Jan 27 18:50:23 2013 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexprc.el --- YaTeX process handler
     1.5  ;;; 
     1.6  ;;; (c)1993-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sat Sep  1 08:13:49 2012 on firestorm
     1.8 +;;; Last modified Mon Oct 29 08:55:58 2012 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -849,7 +849,7 @@
    1.13  (defvar YaTeX-dvi2-command-ext-alist
    1.14   '(("[agx]dvi\\|dviout" . ".dvi")
    1.15     ("ghostview\\|gv" . ".ps")
    1.16 -   ("acroread\\|pdf\\|Preview\\|TeXShop\\|Skim\\|evince" . ".pdf")))
    1.17 +   ("acroread\\|xpdf\\|pdfopen\\|Preview\\|TeXShop\\|Skim\\|evince\\|mupdf\\|zathura\\|okular" . ".pdf")))
    1.18  
    1.19  (defun YaTeX-get-preview-file-name (&optional preview-command)
    1.20    "Get file name to preview by inquiring YaTeX-get-latex-command"