yatex

diff yatexprc.el @ 290:1a4332ecc58b

For emacs-24.3+ and NEmacs(last-command-{char,event} handling)
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 27 Jan 2013 23:34:29 +0900
parents 5921f28ef77c
children 8d3156073892
line diff
     1.1 --- a/yatexprc.el	Sat Sep 01 08:14:41 2012 +0900
     1.2 +++ b/yatexprc.el	Sun Jan 27 23:34:29 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"