Hi there: In (info "(auctex)Simple Style"):
(TeX-add-style-hook
"book"
(lambda () (setq LaTeX-largest-level
(LaTeX-section-level ("chapter")))))
should be
(TeX-add-style-hook
"book"
(lambda ()
(LaTeX-largest-level-set "chapter")))
Cheers,
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel
