# HG changeset patch # User HIROSE Yuuji # Date 1515079416 -32400 # Node ID 603acc1caec743983b803d2057417aa3e414bf1f # Parent b6853d450b0adddc577f95f262fd3cdd9f726fd9 Enclosing error diff -r b6853d450b0a -r 603acc1caec7 yatexpkg.el --- a/yatexpkg.el Thu Jan 04 23:58:07 2018 +0900 +++ b/yatexpkg.el Fri Jan 05 00:23:36 2018 +0900 @@ -1,7 +1,7 @@ ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*- ;;; ;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org] -;;; Last modified Wed Jan 3 23:57:28 2018 on firestorm +;;; Last modified Fri Jan 5 00:22:46 2018 on firestorm ;;; $Id$ ;;; Code: @@ -41,7 +41,7 @@ ("graphicx" (section "includegraphics" "rotatebox" "scalebox" "resizebox" "reflectbox") (option . YaTeX-package-graphics-driver-alist)) - ("svg") (section "includesvg") + ("svg" (section "includesvg")) ("color" (section "textcolor" "colorbox" "pagecolor" "color") (option . YaTeX-package-graphics-driver-alist) (default-option . "usenames,dvipsnames"))