yatex

changeset 510:7a64b7761d6b dev

Add completion set for "\includesvg"
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 03 Jan 2018 23:58:59 +0900
parents 3796f4f7c81d
children 551fcb1d22a0
files yatex.el yatexadd.el yatexpkg.el
diffstat 3 files changed, 8 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Wed Jan 03 23:56:27 2018 +0900
     1.2 +++ b/yatex.el	Wed Jan 03 23:58:59 2018 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Jan  3 23:54:28 2018 on firestorm
     1.7 +;;; Last modified Wed Jan  3 23:56:34 2018 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -329,6 +329,7 @@
    1.12  	 ("rotatebox" 2) ("resizebox" 3) ("reflectbox")
    1.13  	 ("colorbox" 2) ("fcolorbox" 3) ("textcolor" 2) ("color") ("pagecolor")
    1.14  	 ("includegraphics") ("includegraphics*")
    1.15 +	 ("includesvg")
    1.16  	 ("bou")			;defined in plext
    1.17  	 ("url")			;defined in url
    1.18  	 ("shadowbox") ("doublebox") ("ovalbox") ("Ovalbox")
     2.1 --- a/yatexadd.el	Wed Jan 03 23:56:27 2018 +0900
     2.2 +++ b/yatexadd.el	Wed Jan 03 23:58:59 2018 +0900
     2.3 @@ -1,6 +1,6 @@
     2.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     2.5 -;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     2.6 -;;; Last modified Sun Sep 17 10:23:10 2017 on firestorm
     2.7 +;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     2.8 +;;; Last modified Wed Jan  3 23:57:48 2018 on firestorm
     2.9  ;;; $Id$
    2.10  
    2.11  ;;; Code:
    2.12 @@ -1815,6 +1815,7 @@
    2.13  	(setq file (substring file 0 (string-match "\\.tex$" file))))))))
    2.14  
    2.15  (fset 'YaTeX::input 'YaTeX::include)
    2.16 +(fset 'YaTeX::svg 'YaTeX::include)
    2.17  
    2.18  
    2.19  ;;; -------------------- LaTeX2e stuff --------------------
     3.1 --- a/yatexpkg.el	Wed Jan 03 23:56:27 2018 +0900
     3.2 +++ b/yatexpkg.el	Wed Jan 03 23:58:59 2018 +0900
     3.3 @@ -1,7 +1,7 @@
     3.4  ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
     3.5  ;;; 
     3.6 -;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org]
     3.7 -;;; Last modified Sun Sep 17 10:22:13 2017 on firestorm
     3.8 +;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org]
     3.9 +;;; Last modified Wed Jan  3 23:57:28 2018 on firestorm
    3.10  ;;; $Id$
    3.11  
    3.12  ;;; Code:
    3.13 @@ -41,6 +41,7 @@
    3.14      ("graphicx" (section "includegraphics"
    3.15  			 "rotatebox" "scalebox" "resizebox" "reflectbox")
    3.16       		(option . YaTeX-package-graphics-driver-alist))
    3.17 +    ("svg")	(section "includesvg")
    3.18      ("color"	(section "textcolor" "colorbox" "pagecolor" "color")
    3.19       		(option . YaTeX-package-graphics-driver-alist)
    3.20  		(default-option . "usenames,dvipsnames"))