-
Notifications
You must be signed in to change notification settings - Fork 407
Disable specific ToC matchers #2011
Copy link
Copy link
Closed
Labels
Description
Disabling toc matchers can be useful sometimes.
For example, in a beamer frame defined as
\section{Some section}
\subsection{Some subsection}
\begin{frame}{\insertsection}{\insertsubsection}
the toc window show entries like
- Some section 1
- Some subsection 1.1
- Frame: Some section}{Some subsection
In this case the third entry is useless (and badly formatted). Then here it would be useful to disable the default frame matcher.
Reactions are currently unavailable