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:
Code: Select all
\begin{algorithmic}[1]
\Function{CheckSubScopeOf}{$b1$, $b2$}: Boolean
\State \Return False
\EndFunction
\end{algorithmic}
Code: Select all
(/usr/share/texmf-texlive/tex/latex/amsfonts/umsb.fd) [3] [4] [5] [6] [7]
! Undefined control sequence.
\beamer@doifinframe ...{algorithmic}[1] \Function
{CheckSubScopeOf}{$b1$, $b...
l.163 \end{frame}
Thanks in advance!