yatex

changeset 570:2ed79846fd53 dev

Add forgotten shortcut for figure environment
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 07 Apr 2019 01:10:29 +0900
parents e3209b30680c
children 26d14d8bc834
files yatex.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Sat Mar 09 22:25:22 2019 +0900
     1.2 +++ b/yatex.el	Sun Apr 07 01:10:29 2019 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Jan 24 15:14:47 2019 on firestorm
     1.7 +;;; Last modified Sat Apr  6 23:38:45 2019 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 @@ -554,6 +554,7 @@
    1.12      (YaTeX-define-begend-key "bD" "description")
    1.13      (YaTeX-define-begend-key "be" "enumerate")
    1.14      (YaTeX-define-begend-key "bE" "equation")
    1.15 +    (YaTeX-define-begend-key "bf" "figure")
    1.16      (YaTeX-define-begend-key "bi" "itemize")
    1.17      (YaTeX-define-begend-key "bl" "flushleft")
    1.18      (YaTeX-define-begend-key "bm" "minipage")