# HG changeset patch # User HIROSE Yuuji # Date 1488790498 -32373 # Node ID 7bf780961390ba6666c207e0739eac908b5949fb # Parent bf2497be3ec5c14822302aaeee46570e6db0d71b Add "mathbb" and so on diff -r bf2497be3ec5 -r 7bf780961390 yatex.el --- 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 diff -r bf2497be3ec5 -r 7bf780961390 yatexadd.el --- 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))) diff -r bf2497be3ec5 -r 7bf780961390 yatexmth.el --- 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{}") diff -r bf2497be3ec5 -r 7bf780961390 yatexpkg.el --- 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))