# HG changeset patch # User HIROSE Yuuji # Date 1581153779 -32400 # Node ID 995282fc8bf5fabf58405ba5e53e5ed6d14eacb7 # Parent 89a13c59674f57dc057594117f2dc929500e82a0 Add some macros for text-characters diff -r 89a13c59674f -r 995282fc8bf5 yatex.el --- a/yatex.el Thu Dec 26 13:27:55 2019 +0859 +++ b/yatex.el Sat Feb 08 18:22:59 2020 +0900 @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- -;;; (c)1991-2019 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu Dec 26 12:46:41 2019 on firestorm +;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org] +;;; Last modified Sat Feb 8 18:22:02 2020 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; https://www.yatex.org/ @@ -16,7 +16,7 @@ ;;; Code: (require 'yatexlib) -(defconst YaTeX-revision-number "1.82" +(defconst YaTeX-revision-number "1.82.1" "Revision number of running yatex.el") ;---------- Local variables ---------- @@ -182,7 +182,7 @@ YaTeX-sectioning-regexp ;sectioning commands "\\|[A-z]*item\\|begin{\\|end{" ;special declaration "\\|\\[\\|\\]" - "\\|newpage\\b\\|vspace\\b" + "\\|newpage\\b\\|vspace\\b\\|par\\b" "\\)") "*Paragraph starting regexp of common LaTeX source. Use this value for YaTeX-uncomment-paragraph.") @@ -192,7 +192,7 @@ YaTeX-sectioning-regexp ;sectioning commands "\\|begin{\\|end{" ;special declaration "\\|\\[\\|\\]" - "\\|newpage\\b\\|vspace\\b" + "\\|newpage\\b\\|vspace\\b\\|par\\b" "\\)") "*Paragraph delimiter regexp of common LaTeX source. Use this value for YaTeX-uncomment-paragraph.") @@ -315,6 +315,7 @@ ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox") ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2) ("multicolumn" 3) ("shortstack") ("parbox" 2) + ("textcircled") ;; for mathmode accent ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec") ("widetilde") ("widehat") ("overline") ("overrightarrow") @@ -451,6 +452,7 @@ (append '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par") ("and") ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill") + ("textbar") ("textbackslash") ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow") ("onecolumn") ("twocolumn") ("pagebreak") ("nopagebreak") ("tableofcontents")