]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex-11.86/style/jbook.el
22154779777ee6ba5a26a8f0121b9934a7aa029a
[gnu-emacs-elpa] / packages / 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