changeset 586:91a6b97d01fa draft

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 ba4891b3fcf0
children c6a26b422d30
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Mon Dec 13 17:09:09 2021 +0900
+++ b/yatex.el	Wed Sep 21 11:08:21 2022 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Nov 30 13:08:54 2021 on firestorm
+;;; Last modified Wed Sep 21 11:07:10 2022 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -315,7 +315,7 @@
      ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox")
      ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2)
      ("multicolumn" 3) ("shortstack") ("parbox" 2)
-     ("textcircled")
+     ("textcircled") ("fbox")
      ;; for mathmode accent
      ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec")
      ("widetilde") ("widehat") ("overline") ("overrightarrow")

yatex.org