unix-conf/.emacs.d/elpa/auctex-11.89.1/style/j-book.el

12 lines
182 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
;;; j-book.el - Special code for j-book style.
;;; Code:
(TeX-add-style-hook
"j-book"
(lambda ()
(LaTeX-largest-level-set "chapter"))
LaTeX-dialect)
;;; j-book.el ends here