]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex-11.86/style/jsbook.el
* COPYING, ChangeLog, README, admin/org-synch.el,
[gnu-emacs-elpa] / packages / auctex-11.86 / style / jsbook.el
1 ;;; jsbook.el - Special code for jsbook style.
2
3 ;; $Id: jsbook.el,v 1.2 2005/03/17 10:02:06 angeli Exp $
4
5 ;;; Code:
6
7 (TeX-add-style-hook
8 "jsbook"
9 (lambda ()
10 (LaTeX-largest-level-set "chapter")))
11
12 ;;; jsbook.el ends here