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 wrap: on
line diff
--- a/yatexprc.el	Mon Sep 27 19:32:22 2010 +0900
+++ b/yatexprc.el	Wed Oct 20 12:36:36 2010 +0900
@@ -2,7 +2,7 @@
 ;;; YaTeX process handler.
 ;;; yatexprc.el
 ;;; (c)1993-2010 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Sep 27 17:07:41 2010 on duke
+;;; Last modified Wed Oct 20 12:32:44 2010 on firestorm
 ;;; $Id$
 
 ;(require 'yatex)
@@ -711,7 +711,7 @@
 (defvar YaTeX-dvi2-command-ext-alist
  '(("[agx]dvi\\|dviout" . ".dvi")
    ("ghostview\\|gv" . ".ps")
-   ("acroread\\|pdf\\|Preview\\|TeXShop\\|Skim" . ".pdf")))
+   ("acroread\\|pdf\\|Preview\\|TeXShop\\|Skim\\|evince" . ".pdf")))
 
 (defun YaTeX-get-preview-file-name (&optional preview-command)
   "Get file name to preview by inquiring YaTeX-get-latex-command"

yatex.org