François Patte <[email protected]> writes:

> I reinstall the stuff from elpa and it works *but* I lost the automatic
> addition of local variables at the end of a new file like:
>
> %%% Local Variables:
> %%% mode: latex
> %%% TeX-master: "journee_monde_indien-beamer"
> %%% End:
>
> 2- I don't know hout to enable the beamer mode with this new version:
> adding (require 'beamer) is not working!

Put the following lines into your init file, restart Emacs and see if
that helps.

  (setq TeX-auto-save t)
  (setq TeX-parse-self t)
  (setq-default TeX-master nil)

Best, Arash


_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to