yatex

diff yatexmth.el @ 270:1b4e0acd0106

Include newpage.rb.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 10 May 2012 11:10:13 +0900
parents cf7352dfa40c
children 5921f28ef77c
line diff
     1.1 --- a/yatexmth.el	Mon Jan 09 20:21:13 2012 +0900
     1.2 +++ b/yatexmth.el	Thu May 10 11:10:13 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