diff yatexmth.el @ 456:7bf780961390 dev

Add "mathbb" and so on
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 06 Mar 2017 17:54:31 +0859
parents 8871fe9f563b
children 1790e0d35156
line wrap: on
line diff
--- a/yatexmth.el	Sun Feb 26 11:35:32 2017 +0859
+++ b/yatexmth.el	Mon Mar 06 17:54:31 2017 +0859
@@ -1,7 +1,7 @@
 ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Wed Jan 18 07:40:11 2017 on firestorm
+;;; Last modified Mon Mar  6 17:41:31 2017 on firestorm
 ;;; $Id$
 
 ;;; Commentary:
@@ -321,6 +321,7 @@
    ("mi"	"mathit"	"\\mathit{}")
    ("mr"	"mathrm"	"\\mathrm{}")
    ("mb"	"mathbf"	"\\mathbf{}")
+   ("mB"	"mathbb"	"\\mathbb{}")
    ("mt"	"mathtt"	"\\mathtt{}")
    ("ms"	"mathsf"	"\\mathsf{}")
    ("mc"	"mathcal"	"\\mathcal{}")

yatex.org