# HG changeset patch # User yuuji # Date 775062443 0 # Node ID ef686a35472d88c4a2294788b2e29903a3cba2c2 # Parent 98f2327ba7a19af015b6f8c46c1bf8242aa4ec54 Change the default section-type command to footnotetext after maketitle-type completion: footnotemark. diff -r 98f2327ba7a1 -r ef686a35472d yatexadd.el --- a/yatexadd.el Sun Jul 24 15:07:23 1994 +0000 +++ b/yatexadd.el Sun Jul 24 15:07:23 1994 +0000 @@ -2,7 +2,7 @@ ;;; YaTeX add-in functions. ;;; yatexadd.el rev.9 ;;; (c )1991-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] -;;; Last modified Mon Jun 27 17:00:19 1994 on figaro +;;; Last modified Mon Jul 25 00:04:43 1994 on figaro ;;; $Id$ ;;; @@ -237,6 +237,11 @@ ) (fset 'YaTeX:verb* 'YaTeX:verb) +(defun YaTeX:footnotemark () + (setq section-name "footnotetext") + nil +) + ;;; ;;Subroutine ;;;