With latex-beamer, the outline function seems to be largely useless. Most of the time, it is just completely empty for me.
It would be good if it recognizes latex-beamer frames (note that there is \begin{frame} and \frame), and displays frame titles for navigation within the outline. Maybe it would be easier to just treat \frametitle{} as if it were like \paragraph.
In the settings, I can add frame to the list of environments. That works so-and-so. I guess it won't notice any \frame commands; and it does not display frame titles. So you only get a long list that says "frame, frame, frame, frame"...
With latex-beamer, the outline function seems to be largely useless. Most of the time, it is just completely empty for me.
It would be good if it recognizes latex-beamer frames (note that there is
\begin{frame}
and\frame
), and displays frame titles for navigation within the outline. Maybe it would be easier to just treat\frametitle{}
as if it were like\paragraph
.In the settings, I can add
frame
to the list of environments. That works so-and-so. I guess it won't notice any\frame
commands; and it does not display frame titles. So you only get a long list that says "frame, frame, frame, frame"...