* 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



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

Reply via email to