yatex

diff yatex.el @ 510:7a64b7761d6b

Add completion set for "\includesvg"
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 03 Jan 2018 23:58:59 +0900
parents 3796f4f7c81d
children 46f02e576ee1
line diff
     1.1 --- a/yatex.el	Wed Jan 03 23:56:27 2018 +0900
     1.2 +++ b/yatex.el	Wed Jan 03 23:58:59 2018 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Jan  3 23:54:28 2018 on firestorm
     1.7 +;;; Last modified Wed Jan  3 23:56:34 2018 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -329,6 +329,7 @@
    1.12  	 ("rotatebox" 2) ("resizebox" 3) ("reflectbox")
    1.13  	 ("colorbox" 2) ("fcolorbox" 3) ("textcolor" 2) ("color") ("pagecolor")
    1.14  	 ("includegraphics") ("includegraphics*")
    1.15 +	 ("includesvg")
    1.16  	 ("bou")			;defined in plext
    1.17  	 ("url")			;defined in url
    1.18  	 ("shadowbox") ("doublebox") ("ovalbox") ("Ovalbox")