File: j-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-- 272 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
;;; j-report.el - Special code for j-report style.

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

;;; Code:

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

;;; j-report.el ends here