# HG changeset patch # User HIROSE Yuuji # Date 1514991539 -32400 # Node ID 7a64b7761d6bb21827146df9bccb7df4c50c5ffb # Parent 3796f4f7c81df7979364f8c62d5df7485f1c1741 Add completion set for "\includesvg" diff -r 3796f4f7c81d -r 7a64b7761d6b yatex.el --- 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") diff -r 3796f4f7c81d -r 7a64b7761d6b yatexadd.el --- 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 -------------------- diff -r 3796f4f7c81d -r 7a64b7761d6b yatexpkg.el --- 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"))