auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] Re: TeX-add-style-hook and beamer


From: Leo
Subject: [AUCTeX] Re: TeX-add-style-hook and beamer
Date: Thu, 12 Oct 2006 10:06:51 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

On Thu, 12/10/06 09:20 +0100, Reiner Steib wrote:

> On Thu, Oct 12 2006, Leo wrote:
>
>> With the following lines in my .emacs, auctex can't detect beamer
>> style correctly i.e. \frametitle{} is not fontified and "C-x C-e" has
>> no `frame' option. I suspect this a bug.
>>
>> ,----
>> | (eval-after-load "tex" '(TeX-add-style-hook "beamer"
>> |     (lambda () (TeX-PDF-mode 1))))
>> `----
>
> IIRC, this is wrong.  I use...
>
> (eval-after-load "tex"
>   ;; http://thread.gmane.org/gmane.emacs.auctex.general/718
>   '(add-hook 'LaTeX-mode-hook
>            (lambda ()
>              (when (member "beamer" TeX-active-styles)
>                (TeX-add-style-hook "beamer" (lambda () (TeX-PDF-mode 1)))))))
>
> ...  as suggested in
> <http://thread.gmane.org/gmane.emacs.auctex.general/718>.
>
> Bye, Reiner.

This works partially. Start a new emacs and open a beamer file, it
will not enter PDF mode initially, but any subsequent opening will.

-- 
Leo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]