Search found 2 matches

by panagiotispapadakos
Wed Apr 21, 2010 11:25 am
Forum: Math & Science
Topic: Algorithmic and beamer
Replies: 2
Views: 20390

Algorithmic and beamer

Thanks for the reply.
Stupid me, I just needed

Code: Select all

\usepackage[noend]{algpseudocode}
by panagiotispapadakos
Tue Apr 20, 2010 2:32 pm
Forum: Math & Science
Topic: Algorithmic and beamer
Replies: 2
Views: 20390

Algorithmic and beamer

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 ...