Mercurial > hg > xemacs-beta
comparison etc/auctex/style/report.el @ 50:ee648375d8d6 r19-16b91
Import from CVS: tag r19-16b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:41 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
49:b46643e427ac | 50:ee648375d8d6 |
---|---|
1 ;;; report.el - Special code for report style. | |
2 | |
3 ;; $Id: report.el,v 1.1 1997/08/30 02:45:17 steve Exp $ | |
4 | |
5 ;;; Code: | |
6 | |
7 (TeX-add-style-hook "report" | |
8 (function (lambda () | |
9 (setq LaTeX-largest-level (LaTeX-section-level "chapter"))))) | |
10 | |
11 ;;; report.el ends here |