yatex

diff yatex.el @ 138:b7b54906ac3b

add newpage.rb
author yuuji@gentei.org
date Wed, 07 Jul 2010 22:27:25 +0900
parents b11d6271207e
children b9f0c694f30e
line diff
     1.1 --- a/yatex.el	Thu May 27 13:49:44 2010 +0900
     1.2 +++ b/yatex.el	Wed Jul 07 22:27:25 2010 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.5  ;;; yatex.el rev. 1.74.3
     1.6  ;;; (c)1991-2010 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu May 27 13:45:10 2010 on firestorm
     1.8 +;;; Last modified Thu May 27 14:55:07 2010 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -750,6 +750,7 @@
    1.13  (autoload 'YaTeX-goto-open-paren "yatexmth" "Goto opening paren" t)
    1.14  (autoload 'YaTeX-change-parentheses "yatexmth" "Change corresponding parens" t)
    1.15  (autoload 'YaTeX-goto-corresponding-paren "yatexmth" "\bigl\bigr jumps" t)
    1.16 +(autoload 'YaTeX-typeset-math-region "yatexmth" "Typeset math-region" t)
    1.17  
    1.18  ;;autoload from yatexhlp.el
    1.19  (autoload 'YaTeX-help "yatexhlp" "YaTeX helper with LaTeX commands." t)
    1.20 @@ -1449,7 +1450,7 @@
    1.21  Optional second argument CHAR is for non-interactive call from menu."
    1.22    (interactive "P")
    1.23    (message
    1.24 -   (concat "J)latex R)egion B)ibtex mk(I)dx "
    1.25 +   (concat "J)latex R)egion E)nv B)ibtex mk(I)dx "
    1.26  	   "latex+p(D)f "
    1.27  	   (if (fboundp 'start-process) "K)ill ")
    1.28  	   "P)review "
    1.29 @@ -1461,6 +1462,7 @@
    1.30      (cond
    1.31       ((= c ?j) (YaTeX-typeset-buffer))
    1.32       ((= c ?r) (YaTeX-typeset-region))
    1.33 +     ((= c ?e) (YaTeX-typeset-environment))
    1.34       ((= c ?b) (YaTeX-call-command-on-file
    1.35  		bibtex-command "*YaTeX-bibtex*" YaTeX-parent-file))
    1.36       ((= c ?i) (YaTeX-call-command-on-file