# HG changeset patch # User HIROSE Yuuji # Date 1419214606 -32400 # Node ID 4ea63809a0cad13f9ad7b48d90b9553a2509dd64 # Parent af0bd0f86b277bd510fe21a921b86137353f0468 Insert `\includegraphics[dvipdfmx]{graphics}' without query diff -r af0bd0f86b27 -r 4ea63809a0ca yatex23.el --- a/yatex23.el Mon Dec 22 11:14:47 2014 +0900 +++ b/yatex23.el Mon Dec 22 11:16:46 2014 +0900 @@ -1,6 +1,6 @@ ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*- ;;; (c)2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Fri Dec 19 21:43:54 2014 on firestorm +;;; Last modified Mon Dec 22 11:15:48 2014 on firestorm ;;; $Id:$ ;;; Code: @@ -35,7 +35,8 @@ (insert "\\includegraphics") (insert "{" (YaTeX::includegraphics 1 path t) "}") (save-excursion - (YaTeX-package-auto-usepackage "includegraphics" 'section)) + (YaTeX-package-auto-usepackage + "includegraphics" 'section "graphicx" "dvipdfmx")) (cond (b (undo-boundary)