josephwright / beamer

A LaTeX class for producing presentations and slides
Other
1.41k stars 142 forks source link

Add a noteenv environment #836

Open kno10 opened 1 year ago

kno10 commented 1 year ago

Because \note{} is a command, certain constructs such as verbatim cannot be used inside. It would be good to add a noteenv (c.f., onlyenv, visibleenv, etc.) to allow

\begin{noteenv}
\begin{verbatim}
verbatim
\end{verbatim}
\end{noteenv}

See also #496