yatex
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 diff
1.1 --- a/yatex.el Sat Aug 13 16:59:25 2016 +0859 1.2 +++ b/yatex.el Sat Oct 01 21:17:33 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")