yatex

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 diff
     1.1 --- a/yatexmth.el	Mon Jan 23 01:20:06 2012 +0900
     1.2 +++ b/yatexmth.el	Tue Jan 24 09:31:36 2012 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX math-mode-specific functions.
     1.5  ;;; yatexmth.el
     1.6  ;;; (c)1993-2012 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Mon Jan  9 20:14:02 2012 on firestorm
     1.8 +;;; Last modified Tue Jan 24 08:58:56 2012 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; [Customization guide]
    1.12 @@ -315,6 +315,13 @@
    1.13     ("D"		"diamondsuit"	"/\\\n\\/")
    1.14     ("H"		"heartsuit"	"<^^>\n \\/")
    1.15     ("S"		"spadesuit"	" /\\\n<++>\n /\\")
    1.16 +   ("mi"	"mathit"	"\\mathit{}")
    1.17 +   ("mr"	"mathrm"	"\\mathrm{}")
    1.18 +   ("mb"	"mathbf"	"\\mathbf{}")
    1.19 +   ("mt"	"mathtt"	"\\mathtt{}")
    1.20 +   ("ms"	"mathsf"	"\\mathsf{}")
    1.21 +   ("mc"	"mathcal"	"\\mathcal{}")
    1.22 +   ("mn"	"mathnormal"	"\\mathnormal{}")
    1.23     )
    1.24   "Default LaTeX-math-command alist.")
    1.25