auctex
[Top][All Lists]
Advanced

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

[AUCTeX] Re: How to use auctex/beamer commands to insert environments


From: Ralf Angeli
Subject: [AUCTeX] Re: How to use auctex/beamer commands to insert environments
Date: Wed, 25 Oct 2006 19:42:12 +0200

* mirko vukovic (2006-10-25) writes:

> Suppose I have a string that is supposed to be a frame title (and
> optionally subtitle).  Is there a function that will insert the
> \begin\end frame, together with the frame title, and optional
> subtitle, and position the cursor

beamer.el uses `LaTeX-insert-environment' for inserting the
environment and adds the frame title by means of some special code.
See the part
   (LaTeX-add-environments
[...]
    '("frame"  (lambda (env &rest ignore)
[...]
in style/beamer.el.

-- 
Ralf





reply via email to

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