changeset 440:0c098405a3c9 dev

Add \text{}
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 01 Oct 2016 21:17:33 +0859
parents 2521a95043af
children 564510b9caca
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Sat Aug 13 16:59:25 2016 +0859
+++ b/yatex.el	Sat Oct 01 21:17:33 2016 +0859
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed Nov 11 10:10:16 2015 on firestorm
+;;; Last modified Sat Oct  1 21:10:43 2016 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -307,7 +307,7 @@
 	 ("textbf") ("textgt") ("textit") ("textmc") ("textmd") ("textnormal")
 	 ("textrm") ("textsc") ("textsf") ("textsl") ("texttt") ("textup")
 	 ("mathbf") ("mathcal") ("mathit") ("mathnormal") ("mathrm")
-	 ("mathsf") ("mathtt")
+	 ("mathsf") ("mathtt") ("text")
 	 ("textcircled")
 	 ("scalebox" 1) ;is faking of argument position
 	 ("rotatebox" 2) ("resizebox" 3) ("reflectbox")

yatex.org