yatex

changeset 152:095a5c97ecac dev

Add a pattern of "evince" for PDF viewer.
author yuuji@gentei.org
date Wed, 20 Oct 2010 12:36:36 +0900
parents 2008ee4c9c5d
children 207f0b4af9df
files yatexprc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexprc.el	Mon Sep 27 19:32:22 2010 +0900
     1.2 +++ b/yatexprc.el	Wed Oct 20 12:36:36 2010 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX process handler.
     1.5  ;;; yatexprc.el
     1.6  ;;; (c)1993-2010 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Mon Sep 27 17:07:41 2010 on duke
     1.8 +;;; Last modified Wed Oct 20 12:32:44 2010 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;(require 'yatex)
    1.12 @@ -711,7 +711,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" . ".pdf")))
    1.17 +   ("acroread\\|pdf\\|Preview\\|TeXShop\\|Skim\\|evince" . ".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"