yatex

changeset 357:4ea63809a0ca dev

Insert `\includegraphics[dvipdfmx]{graphics}' without query
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 22 Dec 2014 11:16:46 +0900
parents af0bd0f86b27
children 2c2b70f41fb3
files yatex23.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex23.el	Mon Dec 22 11:14:47 2014 +0900
     1.2 +++ b/yatex23.el	Mon Dec 22 11:16:46 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     1.5  ;;; (c)2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Fri Dec 19 21:43:54 2014 on firestorm
     1.7 +;;; Last modified Mon Dec 22 11:15:48 2014 on firestorm
     1.8  ;;; $Id:$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -35,7 +35,8 @@
    1.12  	      (insert "\\includegraphics")
    1.13  	      (insert "{" (YaTeX::includegraphics 1 path t) "}")
    1.14  	      (save-excursion
    1.15 -		(YaTeX-package-auto-usepackage "includegraphics" 'section))
    1.16 +		(YaTeX-package-auto-usepackage
    1.17 +		 "includegraphics" 'section "graphicx" "dvipdfmx"))
    1.18  	      (cond
    1.19  	       (b
    1.20  		(undo-boundary)