yatex

diff yatexhlp.el @ 391:e834bbfce2ab

Use latex-math-preview if available. %#PREVIEWDPI
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 15 Jan 2015 23:20:31 +0900
parents 77a2fd4fd634
children 5aa8208fbef0
line diff
     1.1 --- a/yatexhlp.el	Fri Dec 26 01:06:32 2014 +0900
     1.2 +++ b/yatexhlp.el	Thu Jan 15 23:20:31 2015 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexhlp.el --- YaTeX helper with LaTeX commands and macros
     1.5  ;;; 
     1.6 -;;; (c)1994,1998,2004,2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sun Dec 21 22:55:07 2014 on firestorm
     1.8 +;;; (c)1994,1998,2004,2014,2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.9 +;;; Last modified Tue Jan  6 20:24:31 2015 on firestorm
    1.10  ;;; $Id$
    1.11  
    1.12  ;;; Code:
    1.13 @@ -12,8 +12,9 @@
    1.14         (cond
    1.15  	((and (boundp 'site-directory) site-directory) site-directory)
    1.16  	((string-match "\\.app/" doc-directory)	;For Emacs.app(Darwin)
    1.17 -	 (expand-file-name "../site-lisp" doc-directory))
    1.18 -	(YaTeX-emacs-19 (expand-file-name "../../site-lisp" doc-directory))
    1.19 +	 (expand-file-name "../site-lisp/yatex" doc-directory))
    1.20 +	(YaTeX-emacs-19
    1.21 +	 (expand-file-name "../../site-lisp/yatex" doc-directory))
    1.22  	(t exec-directory))))
    1.23    (defvar YaTeX-help-file
    1.24      (expand-file-name help-file help-dir)