yatex

diff yatex.el @ 441:564510b9caca

Add verbatim package for verbatiminput macro
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 09 Oct 2016 15:58:27 +0859
parents 22e8feb8ee15
children 5428250c886a
line diff
     1.1 --- a/yatex.el	Wed Nov 11 10:11:09 2015 +0859
     1.2 +++ b/yatex.el	Sun Oct 09 15:58:27 2016 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Nov 11 10:10:16 2015 on firestorm
     1.7 +;;; Last modified Sat Oct  1 21:10:43 2016 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -307,7 +307,7 @@
    1.12  	 ("textbf") ("textgt") ("textit") ("textmc") ("textmd") ("textnormal")
    1.13  	 ("textrm") ("textsc") ("textsf") ("textsl") ("texttt") ("textup")
    1.14  	 ("mathbf") ("mathcal") ("mathit") ("mathnormal") ("mathrm")
    1.15 -	 ("mathsf") ("mathtt")
    1.16 +	 ("mathsf") ("mathtt") ("text")
    1.17  	 ("textcircled")
    1.18  	 ("scalebox" 1) ;is faking of argument position
    1.19  	 ("rotatebox" 2) ("resizebox" 3) ("reflectbox")