yatex

diff yatexadd.el @ 526:8eb15c0f9627

Preview image generation modified
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 24 Feb 2018 16:44:25 +0900
parents c0827f80b18e
children 523f54775325
line diff
     1.1 --- a/yatexadd.el	Sun Sep 17 10:25:38 2017 +0859
     1.2 +++ b/yatexadd.el	Sat Feb 24 16:44:25 2018 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     1.5 -;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sun Sep 17 10:23:10 2017 on firestorm
     1.7 +;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8 +;;; Last modified Wed Jan  3 23:57:48 2018 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -1815,6 +1815,7 @@
    1.13  	(setq file (substring file 0 (string-match "\\.tex$" file))))))))
    1.14  
    1.15  (fset 'YaTeX::input 'YaTeX::include)
    1.16 +(fset 'YaTeX::svg 'YaTeX::include)
    1.17  
    1.18  
    1.19  ;;; -------------------- LaTeX2e stuff --------------------