Mercurial > hg > xemacs-beta
comparison lisp/auctex/style/book.el @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
1 ;;; book.el - Special code for book style. | |
2 | |
3 ;; $Id: book.el,v 1.1 1997/02/20 02:15:41 steve Exp $ | |
4 | |
5 ;;; Code: | |
6 | |
7 (TeX-add-style-hook "book" | |
8 (function (lambda () | |
9 (setq LaTeX-largest-level (LaTeX-section-level "chapter"))))) | |
10 | |
11 ;;; book.el ends here |