comparison yatex.el @ 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 907de32064c9
children 921d58902dca
comparison
equal deleted inserted replaced
585:ba4891b3fcf0 586:91a6b97d01fa
1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- 1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
2 ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Tue Nov 30 13:08:54 2021 on firestorm 3 ;;; Last modified Wed Sep 21 11:07:10 2022 on firestorm
4 ;;; $Id$ 4 ;;; $Id$
5 ;;; The latest version of this software is always available at; 5 ;;; The latest version of this software is always available at;
6 ;;; https://www.yatex.org/ 6 ;;; https://www.yatex.org/
7 7
8 ;;; This program is distributed as a free software. You can 8 ;;; This program is distributed as a free software. You can
313 ("newcommand" 2) ("renewcommand" 2) 313 ("newcommand" 2) ("renewcommand" 2)
314 ("newenvironment" 3) ("newtheorem" 2) 314 ("newenvironment" 3) ("newtheorem" 2)
315 ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox") 315 ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox")
316 ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2) 316 ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2)
317 ("multicolumn" 3) ("shortstack") ("parbox" 2) 317 ("multicolumn" 3) ("shortstack") ("parbox" 2)
318 ("textcircled") 318 ("textcircled") ("fbox")
319 ;; for mathmode accent 319 ;; for mathmode accent
320 ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec") 320 ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec")
321 ("widetilde") ("widehat") ("overline") ("overrightarrow") 321 ("widetilde") ("widehat") ("overline") ("overrightarrow")
322 ;; section types in mathmode 322 ;; section types in mathmode
323 ("frac" 2) ("sqrt") ("mathrm") ("mathbf") ("mathit") ("mathbb") 323 ("frac" 2) ("sqrt") ("mathrm") ("mathbf") ("mathit") ("mathbb")

yatex.org