yatex

diff yatex.el @ 586:91a6b97d01fa

Add \fbox to default dic after very long absence.
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 21 Sep 2022 11:08:21 +0900
parents 907de32064c9
children 921d58902dca
line diff
     1.1 --- a/yatex.el	Sat Dec 04 07:12:33 2021 +0900
     1.2 +++ b/yatex.el	Wed Sep 21 11:08:21 2022 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue Nov 30 13:08:54 2021 on firestorm
     1.7 +;;; Last modified Wed Sep 21 11:07:10 2022 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -315,7 +315,7 @@
    1.12       ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox")
    1.13       ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2)
    1.14       ("multicolumn" 3) ("shortstack") ("parbox" 2)
    1.15 -     ("textcircled")
    1.16 +     ("textcircled") ("fbox")
    1.17       ;; for mathmode accent
    1.18       ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec")
    1.19       ("widetilde") ("widehat") ("overline") ("overrightarrow")