Seweryn Kokot <[EMAIL PROTECTED]> writes: >>> Here typing M-RET I get \item > >>Again, parsing needs to be enabled for this to work. > > I'm using auctex 11.83 and I didn't mention but I do have > TeX-parse-self enabled: > --- .emacs > (load "auctex.el" nil t t) > (load "preview-latex.el" nil t t) > (setq TeX-electric-escape t) > (setq TeX-auto-save t) > (setq TeX-parse-self t) > (setq-default TeX-master nil) > --- > > and what should I actually get after typing M-RET? \label or \\? now I > get \item :( > > For now I do: > C-c C-e align > C-c C-( to get \label for the first equation > a & = b + c \\ > C-c C-( to get \label for the second equation > x & = 1 + d
No, this should not be necessary. You have a problem with parsing, seemingly. C-c C-e should place the first label by itself, and M-RET should place \\ and another label. What does C-h v LaTeX-item-list RET report? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
