Hello everybody.
I am trying to use algorithmic with beamer, and unfortunately I have come to the following
problem.
I create a new frame with the following code:
\begin{algorithmic}[1]
\Function{CheckSubScopeOf}{$b1$, $b2$}: Boolean
\State \Return False
\EndFunction
\end{algorithmic}
and I ...