File: report.el

package info (click to toggle)
auctex 11.55-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,472 kB
  • ctags: 1,127
  • sloc: lisp: 20,396; makefile: 293; sh: 225
file content (11 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
;;; report.el - Special code for report style.

;; $Id: report.el,v 1.2 1993/09/06 22:28:52 amanda Exp $

;;; Code:

(TeX-add-style-hook "report"
 (function (lambda () 
  (setq LaTeX-largest-level (LaTeX-section-level "chapter")))))

;;; report.el ends here