]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex-11.86/style/jsbook.el
(debbugs-emacs): New function and modes for listing the Emacs bugs, reading them...
[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