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

12 lines
178 B
EmacsLisp
Raw Normal View History

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