annotate lisp/auctex/style/j-report.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
1 ;;; j-report.el - Special code for j-report style.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
2
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
3 ;; $Id: j-report.el,v 1.1 1997/02/20 02:15:20 steve Exp $
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
4
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
5 ;;; Code:
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
6
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
7 (TeX-add-style-hook "j-report"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
8 (function (lambda () (setq LaTeX-largest-level
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
9 (LaTeX-section-level "chapter")))))
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
10
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
11 ;;; j-report.el ends here