yatex

changeset 516:603acc1caec7 dev

Enclosing error
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 05 Jan 2018 00:23:36 +0900
parents b6853d450b0a
children 668632d9392e
files yatexpkg.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexpkg.el	Thu Jan 04 23:58:07 2018 +0900
     1.2 +++ b/yatexpkg.el	Fri Jan 05 00:23:36 2018 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Wed Jan  3 23:57:28 2018 on firestorm
     1.8 +;;; Last modified Fri Jan  5 00:22:46 2018 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -41,7 +41,7 @@
    1.13      ("graphicx" (section "includegraphics"
    1.14  			 "rotatebox" "scalebox" "resizebox" "reflectbox")
    1.15       		(option . YaTeX-package-graphics-driver-alist))
    1.16 -    ("svg")	(section "includesvg")
    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"))