yatex

diff yatexmth.el @ 566:2ef9f21dd13b

Add note on YaTeX::usepackage-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 15:19:32 +0900
parents af4601ee3c6a
children c11261c0960f
line diff
     1.1 --- a/yatexmth.el	Sat Feb 24 16:45:09 2018 +0900
     1.2 +++ b/yatexmth.el	Thu Jan 24 15:19:32 2019 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
     1.5  ;;; 
     1.6 -;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Sat Feb 24 16:40:22 2018 on firestorm
     1.8 +;;; (c)1993-2018 by HIROSE Yuuji [yuuji@yatex.org]
     1.9 +;;; Last modified Tue Dec 25 20:02:12 2018 on firestorm
    1.10  ;;; $Id$
    1.11  
    1.12  ;;; Commentary:
    1.13 @@ -1014,7 +1014,7 @@
    1.14         (t
    1.15  	(delete-region (- (point) length) (- (point) paren-length))
    1.16  	(backward-char paren-length)))
    1.17 -      (insert-string newsize)
    1.18 +      (insert newsize)
    1.19        (if big-p (insert ?l))
    1.20        (unwind-protect
    1.21  	  (progn
    1.22 @@ -1029,7 +1029,7 @@
    1.23  	     (t
    1.24  	      (delete-region (- (point) length) (- (point) paren-length))
    1.25  	      (backward-char paren-length)
    1.26 -	      (insert-string newsize)
    1.27 +	      (insert newsize)
    1.28  	      (if big-p (insert ?r))
    1.29  	      (forward-char paren-length)))
    1.30  	    (if (string= lr "l") (backward-list)))