yatex

diff yatexadd.el @ 575:777d17c07759

\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 diff
     1.1 --- a/yatexadd.el	Sat May 25 14:48:03 2019 +0900
     1.2 +++ b/yatexadd.el	Thu Oct 17 09:52:31 2019 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     1.5  ;;; (c)1991-2019 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sat May 25 14:46:41 2019 on firestorm
     1.7 +;;; Last modified Thu Oct 17 09:44:48 2019 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -2373,6 +2373,10 @@
    1.12     (t nil)))
    1.13  (fset 'YaTeX:it 'YaTeX:em)
    1.14  
    1.15 +;;; twocolumn
    1.16 +(defun YaTeX:twocolumn ()
    1.17 +  (format "[%s]" (YaTeX-read-string-or-skip "One column paragraph: ")))
    1.18 +
    1.19  ;;; -------------------- End of yatexadd --------------------
    1.20  (provide 'yatexadd)
    1.21  ; Local variables: