yatex

changeset 288:dffc0d979ae0 dev

Use %#DVIPDF on `[prefix] t d'.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 25 Oct 2012 16:25:39 +0900
parents 5921f28ef77c
children 9f3a86e5d216
files yatex.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Sat Sep 01 08:14:41 2012 +0900
     1.2 +++ b/yatex.el	Thu Oct 25 16:25:39 2012 +0900
     1.3 @@ -1,7 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5 -
     1.6  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sat Sep  1 07:37:53 2012 on firestorm
     1.8 +;;; Last modified Thu Oct 25 16:24:50 2012 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -1627,7 +1626,8 @@
    1.13       ((= c ?k) (YaTeX-kill-typeset-process YaTeX-typeset-process))
    1.14       ((= c ?p) (call-interactively 'YaTeX-preview))
    1.15       ((= c ?q) (YaTeX-system "lpq" "*Printer queue*"))
    1.16 -     ((= c ?d) (YaTeX-typeset-buffer YaTeX-dvipdf-command))
    1.17 +     ((= c ?d) (YaTeX-typeset-buffer
    1.18 +		(or (YaTeX-get-builtin "DVIPDF") YaTeX-dvipdf-command)))
    1.19       ((= c ?v) (YaTeX-view-error))
    1.20       ((= c ?l) (YaTeX-lpr arg))
    1.21       ((= c ?m) (YaTeX-switch-mode-menu arg))