view etc/auctex/style/jbook.el @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents 7d55a9ba150c
children
line wrap: on
line source

;;; jbook.el - Special code for jbook style.

;; $Id: jbook.el,v 1.1 1997/04/05 17:56:46 steve Exp $

;;; Code:

(TeX-add-style-hook "jbook"
 (function (lambda () (setq LaTeX-largest-level
			    (LaTeX-section-level "chapter")))))

;;; jbook.el ends here