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 wrap: on
line diff
--- a/yatex.el	Wed Jan 03 23:56:27 2018 +0900
+++ b/yatex.el	Wed Jan 03 23:58:59 2018 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed Jan  3 23:54:28 2018 on firestorm
+;;; Last modified Wed Jan  3 23:56:34 2018 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -329,6 +329,7 @@
 	 ("rotatebox" 2) ("resizebox" 3) ("reflectbox")
 	 ("colorbox" 2) ("fcolorbox" 3) ("textcolor" 2) ("color") ("pagecolor")
 	 ("includegraphics") ("includegraphics*")
+	 ("includesvg")
 	 ("bou")			;defined in plext
 	 ("url")			;defined in url
 	 ("shadowbox") ("doublebox") ("ovalbox") ("Ovalbox")
--- a/yatexadd.el	Wed Jan 03 23:56:27 2018 +0900
+++ b/yatexadd.el	Wed Jan 03 23:58:59 2018 +0900
@@ -1,6 +1,6 @@
 ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
-;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Sep 17 10:23:10 2017 on firestorm
+;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Wed Jan  3 23:57:48 2018 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -1815,6 +1815,7 @@
 	(setq file (substring file 0 (string-match "\\.tex$" file))))))))
 
 (fset 'YaTeX::input 'YaTeX::include)
+(fset 'YaTeX::svg 'YaTeX::include)
 
 
 ;;; -------------------- LaTeX2e stuff --------------------
--- a/yatexpkg.el	Wed Jan 03 23:56:27 2018 +0900
+++ b/yatexpkg.el	Wed Jan 03 23:58:59 2018 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
 ;;; 
-;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Sun Sep 17 10:22:13 2017 on firestorm
+;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org]
+;;; Last modified Wed Jan  3 23:57:28 2018 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -41,6 +41,7 @@
     ("graphicx" (section "includegraphics"
 			 "rotatebox" "scalebox" "resizebox" "reflectbox")
      		(option . YaTeX-package-graphics-driver-alist))
+    ("svg")	(section "includesvg")
     ("color"	(section "textcolor" "colorbox" "pagecolor" "color")
      		(option . YaTeX-package-graphics-driver-alist)
 		(default-option . "usenames,dvipsnames"))

yatex.org