Open dbosk opened 7 years ago
There is a beamer version in ProtestVerif:
\DeclareDocumentEnvironment{properties}{o}{%
\begin{block}{Properties}
\IfValueTF{#1}{\begin{enumerate}[{#1}1:]}{\begin{enumerate}}
}{%
\end{enumerate}
\end{block}
}
\DeclareDocumentEnvironment{requirements}{o}{%
\begin{block}{Requirements}
\IfValueTF{#1}{\begin{enumerate}[{#1}1:]}{\begin{enumerate}}
}{%
\end{enumerate}
\end{block}
}
This should go into the beamer-didactic package.
There are two good environments in dbosk's Protesting chapter which should be added as blocks for slides as well. For notes, the following code can be used: