yatex

diff yatexadd.el @ 584:907de32064c9

Add add-in for spacing environment from setspace package
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 04 Dec 2021 07:12:33 +0900
parents 777d17c07759
children c6a26b422d30
line diff
     1.1 --- a/yatexadd.el	Thu Oct 17 09:52:31 2019 +0900
     1.2 +++ b/yatexadd.el	Sat Dec 04 07:12:33 2021 +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 Thu Oct 17 09:44:48 2019 on firestorm
     1.7 +;;; Last modified Sat Dec  4 07:11:07 2021 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -306,6 +306,11 @@
    1.12  (defun YaTeX:itembox ()
    1.13    (concat "{" (YaTeX-read-string-or-skip "Item heading string: ") "}"))
    1.14  
    1.15 +(defun YaTeX:spacing ()
    1.16 +  (concat "{" (read-string-with-history "Line spacing by: ") "}"))
    1.17 +(defun YaTeX::setstretch (argp)
    1.18 +  (read-string-with-history "Page global Line stretch factor: "))
    1.19 +
    1.20  ;;;
    1.21  ;;Sample functions for maketitle-type command.
    1.22  ;;;