I found it useful to add support to ctags for Latex beamer frames. This is since
in presentations, content is usually structured by frame rather than by
section, subsection etc. (though these can be used as well).
Actually, the implementation uses the \frametitle{title} control sequence, since
frames themselves use \begin{frame} ... \end{frame}. I wasn't sure how to deal
with these with ctags. One downside of this is that untitled frames don't get
tags.
Add support for frametitle tag to tex parser.
Hello,
this is coming 9 years later but you might still be able to anser.
I was wondering how to use this with universal-ctags if possible.
Thanks
Jordi, do you need the support for beamer style?
Yes, I was wondering how to implement the PATCH or other ways to achieve a good performance with beamer class for latex. Regards
Could you make an issue for this topic at https://github.com/universal-ctags/ctags/issues ?
I didn't merge this but I introduced code to support beamer in very different way in universal-ctags.
https://github.com/universal-ctags/ctags/pull/2424
Last edit: Masatake YAMATO 2020-02-24