diff yatexenv.el @ 64:36a48185b95a

Changes are listed in yatex.new. Major one is supporing GNU Emacs20 and XEmacs.
author yuuji
date Tue, 16 Dec 1997 13:28:38 +0000
parents b9f753846b6b
children 0eb6997bee16
line wrap: on
line diff
--- a/yatexenv.el	Sat Dec 13 12:41:43 1997 +0000
+++ b/yatexenv.el	Tue Dec 16 13:28:38 1997 +0000
@@ -2,7 +2,7 @@
 ;;; YaTeX environment-specific functions.
 ;;; yatexenv.el
 ;;; (c ) 1994-1997 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Mon Apr  7 15:19:05 1997 on crx
+;;; Last modified Wed Jun 25 21:30:45 1997 on domani
 ;;; $Id$
 
 ;;;
@@ -188,6 +188,12 @@
   (YaTeX-indent-line)
 )
 
+(defun YaTeX-intelligent-newline-thebibliography ()
+  "Insert '\\bibitem '."
+  (YaTeX-indent-line)
+  (YaTeX-make-section nil nil nil "bibitem")
+  (YaTeX-indent-line)
+)
 
 ;;;
 ;; Intelligent newline

yatex.org