auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] progress


From: Tassilo Horn
Subject: Re: [AUCTeX-devel] progress
Date: Mon, 23 Feb 2015 09:44:19 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

> However I figured out that the file which I was editing and was
> causing me all this trouble is not really a file of the beamer class
> but of the bidibeamer class, which allows via xelatex to use
> hebrew.[1]
>
> The issue is that bidibeamer uses the same commands as does beamer,
> however auctex does not recognize bidibeamer as beamer.
>
> What would be the easiest way to recognize bidibeamer as a beamer
> document?

If bidibeamer is the same as beamer (at least from a user's POV), then a
bidibeamer.el style file like

--8<---------------cut here---------------start------------->8---
(TeX-add-style-hook
 "bidibeamer"
 (lambda () (TeX-run-style-hooks "beamer"))
 LaTeX-dialect)
--8<---------------cut here---------------end--------------->8---

should do the trick.

Bye,
Tassilo




reply via email to

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