summaryrefslogtreecommitdiff
path: root/elpa/auctex-13.1.3/style/j-article.el
blob: 44571f323f5c36293f9a132b4aadfaa13fd0712c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;; j-article.el - Special code for j-article style.  -*- lexical-binding: t; -*-

;;; Code:

(require 'tex)
(require 'latex)

(TeX-add-style-hook
 "j-article"
 (lambda ()
   (LaTeX-largest-level-set "section"))
 TeX-dialect)

;;; j-article.el ends here