auctex
[Top][All Lists]
Advanced

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

[AUCTeX] changing how a beamer frame is inserted


From: Mandar Mitra
Subject: [AUCTeX] changing how a beamer frame is inserted
Date: Sun, 8 Aug 2010 13:21:03 +0530

Hello,

Currently a beamer frame is inserted as follows:

\begin{frame}
  \frametitle{Title}
  
\end{frame}

I want to change it to use the following format:

\begin{frame}{Title}
  
\end{frame}


I have some idea how to change the code for "frame" environment in
LaTeX-add-environments, but how can I make auctex use my lambda
rather than the one provided? There's no beamer-hook, is there?

Thanks for any suggestions,
Mandar.



reply via email to

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