changeset 456:7bf780961390 dev

Add "mathbb" and so on
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 06 Mar 2017 17:54:31 +0859
parents bf2497be3ec5
children 428584533eab
files yatex.el yatexadd.el yatexmth.el yatexpkg.el
diffstat 4 files changed, 9 insertions(+), 6 deletions(-) [+]
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
--- a/yatexadd.el	Sun Feb 26 11:35:32 2017 +0859
+++ b/yatexadd.el	Mon Mar 06 17:54:31 2017 +0859
@@ -1,6 +1,6 @@
 ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
 ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed Feb 22 08:17:25 2017 on firestorm
+;;; Last modified Mon Mar  6 08:52:37 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -1012,7 +1012,7 @@
 		    existlabel
 		    (buffer-substring
 		     (match-beginning 0)
-		     (if (re-search-forward itemsep nil t)
+		     (if (re-search-forward itemsep nil 1)
 			 (progn (goto-char (match-beginning 0))
 				(skip-chars-backward " \t")
 				(1- (point)))
--- 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{}")
--- a/yatexpkg.el	Sun Feb 26 11:35:32 2017 +0859
+++ b/yatexpkg.el	Mon Mar 06 17:54:31 2017 +0859
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
 ;;; 
 ;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Tue Jan 17 17:42:47 2017 on firestorm
+;;; Last modified Mon Mar  6 17:39:08 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -35,6 +35,7 @@
     ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
 			   "fallingdotseq" "therefore" "because"
 			   "lll" "ggg")) ;very few.  Please tell us!
+    ("mathrsfs"	(section "mathscr"))
     ("graphicx" (section "includegraphics"
 			 "rotatebox" "scalebox" "resizebox" "reflectbox")
      		(option . YaTeX-package-graphics-driver-alist))

yatex.org