diff yatexadd.el @ 575:777d17c07759 dev

\onecolumn and \twocolumn completions added
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 17 Oct 2019 09:52:31 +0900
parents 714f3527b4a1
children 907de32064c9
line wrap: on
line diff
--- a/yatexadd.el	Sat Oct 05 12:46:17 2019 +0900
+++ b/yatexadd.el	Thu Oct 17 09:52:31 2019 +0900
@@ -1,6 +1,6 @@
 ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
 ;;; (c)1991-2019 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sat May 25 14:46:41 2019 on firestorm
+;;; Last modified Thu Oct 17 09:44:48 2019 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -2373,6 +2373,10 @@
    (t nil)))
 (fset 'YaTeX:it 'YaTeX:em)
 
+;;; twocolumn
+(defun YaTeX:twocolumn ()
+  (format "[%s]" (YaTeX-read-string-or-skip "One column paragraph: ")))
+
 ;;; -------------------- End of yatexadd --------------------
 (provide 'yatexadd)
 ; Local variables:

yatex.org