]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex-11.86/style/j-article.el
(debbugs-emacs): New function and modes for listing the Emacs bugs, reading them...
[gnu-emacs-elpa] / packages / auctex-11.86 / style / j-article.el
1 ;;; j-article.el - Special code for j-article style.
2
3 ;; $Id: j-article.el,v 1.4 2005/03/17 10:02:06 angeli Exp $
4
5 ;;; Code:
6
7 (TeX-add-style-hook
8 "j-article"
9 (lambda ()
10 (LaTeX-largest-level-set "section")))
11
12 ;;; j-article.el ends here