Initial Commit
[packages] / xemacs-packages / auctex / style / jsbook.el
1 ;;; jsbook.el - Special code for jsbook style.
2
3 ;;; Code:
4
5 (TeX-add-style-hook
6  "jsbook"
7  (lambda () 
8    (LaTeX-largest-level-set "chapter"))
9  LaTeX-dialect)
10
11 ;;; jsbook.el ends here