yatex

changeset 43:ef686a35472d

Change the default section-type command to footnotetext after maketitle-type completion: footnotemark.
author yuuji
date Sun, 24 Jul 1994 15:07:23 +0000
parents 98f2327ba7a1
children 92c6acff0f37
files yatexadd.el
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Sun Jul 24 15:07:23 1994 +0000
     1.2 +++ b/yatexadd.el	Sun Jul 24 15:07:23 1994 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX add-in functions.
     1.5  ;;; yatexadd.el rev.9
     1.6  ;;; (c )1991-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Mon Jun 27 17:00:19 1994 on figaro
     1.8 +;;; Last modified Mon Jul 25 00:04:43 1994 on figaro
     1.9  ;;; $Id$
    1.10  
    1.11  ;;;
    1.12 @@ -237,6 +237,11 @@
    1.13  )
    1.14  (fset 'YaTeX:verb* 'YaTeX:verb)
    1.15  
    1.16 +(defun YaTeX:footnotemark ()
    1.17 +  (setq section-name "footnotetext")
    1.18 +  nil
    1.19 +)
    1.20 +
    1.21  ;;;
    1.22  ;;Subroutine
    1.23  ;;;