cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
390 stars 34 forks source link

Feature Request: show frame blocks in document structure navigator for Beamer presentation #301

Open evamvid opened 1 year ago

evamvid commented 1 year ago

For those who make slideshows with Latex, the Beamer class uses frame blocks (as an environments, so \begin{frame}{Title} and \end{frame} at the end.

It would be great if the frames and titles could show up in the document structure navigator.

Might try to implement this myself later if I get a chance, but I thought I'd drop it here in case anyone else was interested.

cvfosammmm commented 1 year ago

This would be a nice improvement. Maybe frames without a title could show a text snippet (start of the first paragraph).