Search found 1 match

by ninca
Fri Aug 21, 2009 12:26 pm
Forum: General
Topic: Fixed position for an algorithm
Replies: 1
Views: 32778

Fixed position for an algorithm

Is there a possibility to specify a fixed position for an algorithm using the packages algorithmic and algorithm?


For example I have some text and want to place the algorithm directly below this text:


\begin{algorithm}
\caption{xyz} \label{xyz}
\begin{algorithmic} [1]
\STATE do something
\end ...