]> code.delx.au - gnu-emacs-elpa/blob - auctex-11.86/style/jbook.el
Initial repository contents
[gnu-emacs-elpa] / auctex-11.86 / style / jbook.el
1 ;;; jbook.el - Special code for jbook style.
2
3 ;; $Id: jbook.el,v 1.3 2005/03/17 10:02:06 angeli Exp $
4
5 ;;; Code:
6
7 (TeX-add-style-hook
8 "jbook"
9 (lambda ()
10 (LaTeX-largest-level-set "chapter")))
11
12 ;;; jbook.el ends here