yatex

diff yatexmth.el @ 456:7bf780961390

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 diff
     1.1 --- a/yatexmth.el	Wed Jan 18 07:49:03 2017 +0900
     1.2 +++ b/yatexmth.el	Mon Mar 06 17:54:31 2017 +0859
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Wed Jan 18 07:40:11 2017 on firestorm
     1.8 +;;; Last modified Mon Mar  6 17:41:31 2017 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Commentary:
    1.12 @@ -321,6 +321,7 @@
    1.13     ("mi"	"mathit"	"\\mathit{}")
    1.14     ("mr"	"mathrm"	"\\mathrm{}")
    1.15     ("mb"	"mathbf"	"\\mathbf{}")
    1.16 +   ("mB"	"mathbb"	"\\mathbb{}")
    1.17     ("mt"	"mathtt"	"\\mathtt{}")
    1.18     ("ms"	"mathsf"	"\\mathsf{}")
    1.19     ("mc"	"mathcal"	"\\mathcal{}")