# HG changeset patch # User yuuji@gentei.org # Date 1327365096 -32400 # Node ID 922f031af983aed637d33d2f6d620a43200455eb # Parent ccc75ecb360f97bafa9ecbda10d870fcce124a8a mr, mb, mt, ms mc for `;' diff -r ccc75ecb360f -r 922f031af983 yatexmth.el --- 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.")