diff yatex.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 2011de73a671
children 1a891f775194
line wrap: on
line diff
--- a/yatex.el	Sun Feb 26 11:35:32 2017 +0859
+++ b/yatex.el	Mon Mar 06 17:54:31 2017 +0859
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed Jan 18 07:44:11 2017 on firestorm
+;;; Last modified Mon Mar  6 17:40:50 2017 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -296,7 +296,8 @@
      ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec")
      ("widetilde") ("widehat") ("overline") ("overrightarrow")
      ;; section types in mathmode
-     ("frac" 2) ("sqrt") ("mathrm") ("mathbf") ("mathit")
+     ("frac" 2) ("sqrt") ("mathrm") ("mathbf") ("mathit") ("mathbb")
+     ("mathscr") ("mathrsfs")
      ;;cleveref
      ("cref") ("crefrange") ("cpageref") ("labelcref") ("labelcpageref")
      ;; beamer

yatex.org