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