[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Loading beamer.el style file
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] Loading beamer.el style file |
Date: |
Sun, 24 Feb 2019 10:59:13 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Mandar Mitra <address@hidden> writes:
Hi Mandar,
> This may not be the "proper" way to do things (I'm no expert), but it
> might work:
>
> 1. create a file called beamerswitch.el in the directory pointed to by
> your TeX-style-private variable;
>
> 2. in the file, put
> (TeX-add-style-hook
> "beamerswitch"
> (lambda ()
> (TeX-run-style-hooks "beamer")))
Yes, that's allright. I've added such "alias styles" for beamerarticle
and beamerswitch.
Greg, thanks for testing.
Bye,
Tassilo