[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Error in AUCTeX manual
From: |
Leo |
Subject: |
[AUCTeX-devel] Error in AUCTeX manual |
Date: |
Sun, 15 Feb 2009 12:58:12 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) |
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 :.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-devel] Error in AUCTeX manual,
Leo <=