changeset 229:922f031af983 dev

mr, mb, mt, ms mc for `;'
author yuuji@gentei.org
date Tue, 24 Jan 2012 09:31:36 +0900
parents ccc75ecb360f
children 7f4a5db88fbb
files yatexmth.el
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yatexmth.el	Mon Jan 23 01:20:06 2012 +0900
+++ b/yatexmth.el	Tue Jan 24 09:31:36 2012 +0900
@@ -2,7 +2,7 @@
 ;;; YaTeX math-mode-specific functions.
 ;;; yatexmth.el
 ;;; (c)1993-2012 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Mon Jan  9 20:14:02 2012 on firestorm
+;;; Last modified Tue Jan 24 08:58:56 2012 on firestorm
 ;;; $Id$
 
 ;;; [Customization guide]
@@ -315,6 +315,13 @@
    ("D"		"diamondsuit"	"/\\\n\\/")
    ("H"		"heartsuit"	"<^^>\n \\/")
    ("S"		"spadesuit"	" /\\\n<++>\n /\\")
+   ("mi"	"mathit"	"\\mathit{}")
+   ("mr"	"mathrm"	"\\mathrm{}")
+   ("mb"	"mathbf"	"\\mathbf{}")
+   ("mt"	"mathtt"	"\\mathtt{}")
+   ("ms"	"mathsf"	"\\mathsf{}")
+   ("mc"	"mathcal"	"\\mathcal{}")
+   ("mn"	"mathnormal"	"\\mathnormal{}")
    )
  "Default LaTeX-math-command alist.")
 

yatex.org