Mercurial > hg > xemacs-beta
annotate etc/auctex/style/j-article.el @ 51:69ce12f60f55
Added tag r19-16b91 for changeset ee648375d8d6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:44 +0200 |
parents | ee648375d8d6 |
children |
rev | line source |
---|---|
50 | 1 ;;; j-article.el - Special code for j-article style. |
2 | |
3 ;; $Id: j-article.el,v 1.1 1997/08/30 02:45:15 steve Exp $ | |
4 | |
5 ;;; Code: | |
6 | |
7 (TeX-add-style-hook "j-article" | |
8 (function (lambda () | |
9 (setq LaTeX-largest-level (LaTeX-section-level "section"))))) | |
10 | |
11 ;;; j-article.el ends here |