comparison yatexpkg.el @ 510:7a64b7761d6b dev

Add completion set for "\includesvg"
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 03 Jan 2018 23:58:59 +0900
parents c0827f80b18e
children 603acc1caec7
comparison
equal deleted inserted replaced
509:3796f4f7c81d 510:7a64b7761d6b
1 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*- 1 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
2 ;;; 2 ;;;
3 ;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org] 3 ;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org]
4 ;;; Last modified Sun Sep 17 10:22:13 2017 on firestorm 4 ;;; Last modified Wed Jan 3 23:57:28 2018 on firestorm
5 ;;; $Id$ 5 ;;; $Id$
6 6
7 ;;; Code: 7 ;;; Code:
8 (defvar YaTeX-package-ams-envs 8 (defvar YaTeX-package-ams-envs
9 (mapcar 'car YaTeX-ams-env-table)) 9 (mapcar 'car YaTeX-ams-env-table))
39 "lll" "ggg")) ;very few. Please tell us! 39 "lll" "ggg")) ;very few. Please tell us!
40 ("mathrsfs" (section "mathscr")) 40 ("mathrsfs" (section "mathscr"))
41 ("graphicx" (section "includegraphics" 41 ("graphicx" (section "includegraphics"
42 "rotatebox" "scalebox" "resizebox" "reflectbox") 42 "rotatebox" "scalebox" "resizebox" "reflectbox")
43 (option . YaTeX-package-graphics-driver-alist)) 43 (option . YaTeX-package-graphics-driver-alist))
44 ("svg") (section "includesvg")
44 ("color" (section "textcolor" "colorbox" "pagecolor" "color") 45 ("color" (section "textcolor" "colorbox" "pagecolor" "color")
45 (option . YaTeX-package-graphics-driver-alist) 46 (option . YaTeX-package-graphics-driver-alist)
46 (default-option . "usenames,dvipsnames")) 47 (default-option . "usenames,dvipsnames"))
47 ("xcolor" (same-as . "color")) 48 ("xcolor" (same-as . "color"))
48 ("ulem" (section "uline" "uuline" "uwave") 49 ("ulem" (section "uline" "uuline" "uwave")

yatex.org