# HG changeset patch # User HIROSE Yuuji # Date 1475324279 -32374 # Node ID 0c098405a3c9312fcb89081f5ed618fefea39062 # Parent 2521a95043af5548f728beed659b149874428d88 Add \text{} diff -r 2521a95043af -r 0c098405a3c9 yatex.el --- 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")