diff yatex.el @ 424:af4fa99fabd3 dev

Beamer: column/columns
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 31 Aug 2015 22:23:02 +0900
parents 5e7b06dcab9c
children 5b49aea3810d
line wrap: on
line diff
--- a/yatex.el	Mon Aug 31 11:58:39 2015 +0900
+++ b/yatex.el	Mon Aug 31 22:23:02 2015 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Aug 28 21:02:24 2015 on zxr
+;;; Last modified Mon Aug 31 11:59:17 2015 on zxr
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -361,7 +361,7 @@
      ("minipage")
      ("supertabular")
      ("wrapfigure") ("wraptable")
-     ("frame") ("block") ("example")				;beamer
+     ("frame") ("block") ("example") ("columns") ("column")	;beamer
      )
    (if YaTeX-use-LaTeX2e
        '(("comment")			;defined in version

yatex.org