comparison yatex.el @ 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 6c09561c22f0
children 26d14d8bc834
comparison
equal deleted inserted replaced
569:e3209b30680c 570:2ed79846fd53
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-2018 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Thu Jan 24 15:14:47 2019 on firestorm 3 ;;; Last modified Sat Apr 6 23:38:45 2019 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
552 (YaTeX-define-begend-key "bc" "center") 552 (YaTeX-define-begend-key "bc" "center")
553 (YaTeX-define-begend-key "bd" "document") 553 (YaTeX-define-begend-key "bd" "document")
554 (YaTeX-define-begend-key "bD" "description") 554 (YaTeX-define-begend-key "bD" "description")
555 (YaTeX-define-begend-key "be" "enumerate") 555 (YaTeX-define-begend-key "be" "enumerate")
556 (YaTeX-define-begend-key "bE" "equation") 556 (YaTeX-define-begend-key "bE" "equation")
557 (YaTeX-define-begend-key "bf" "figure")
557 (YaTeX-define-begend-key "bi" "itemize") 558 (YaTeX-define-begend-key "bi" "itemize")
558 (YaTeX-define-begend-key "bl" "flushleft") 559 (YaTeX-define-begend-key "bl" "flushleft")
559 (YaTeX-define-begend-key "bm" "minipage") 560 (YaTeX-define-begend-key "bm" "minipage")
560 (YaTeX-define-begend-key "bt" "tabbing") 561 (YaTeX-define-begend-key "bt" "tabbing")
561 (YaTeX-define-begend-key "bT" "tabular") 562 (YaTeX-define-begend-key "bT" "tabular")

yatex.org