cvfosammmm / Setzer

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

match labels/includes that have [] options #319

Closed evamvid closed 1 year ago

evamvid commented 1 year ago

This PR allows labels or includes with [] options (for example: \label[table]{tab:observations} ) to be matched and shown in the document structure, by having the regex ignore everything between square brackets.

cvfosammmm commented 1 year ago

Thanks