yatex

diff yatexpkg.el @ 510:7a64b7761d6b

Add completion set for "\includesvg"
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 03 Jan 2018 23:58:59 +0900
parents c0827f80b18e
children 603acc1caec7
line diff
     1.1 --- a/yatexpkg.el	Sun Sep 17 10:25:38 2017 +0859
     1.2 +++ b/yatexpkg.el	Wed Jan 03 23:58:59 2018 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
     1.5  ;;; 
     1.6 -;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Sun Sep 17 10:22:13 2017 on firestorm
     1.8 +;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org]
     1.9 +;;; Last modified Wed Jan  3 23:57:28 2018 on firestorm
    1.10  ;;; $Id$
    1.11  
    1.12  ;;; Code:
    1.13 @@ -41,6 +41,7 @@
    1.14      ("graphicx" (section "includegraphics"
    1.15  			 "rotatebox" "scalebox" "resizebox" "reflectbox")
    1.16       		(option . YaTeX-package-graphics-driver-alist))
    1.17 +    ("svg")	(section "includesvg")
    1.18      ("color"	(section "textcolor" "colorbox" "pagecolor" "color")
    1.19       		(option . YaTeX-package-graphics-driver-alist)
    1.20  		(default-option . "usenames,dvipsnames"))