0

Possible Duplicate:
Indenting lines of code in algorithm

This is my algorithm:

\usepackage{algorithm}
\usepackage{algorithmic}
\begin{document}
\begin{algorithm}[H]
\caption{My algo}
\begin{algorithmic}[1]
\STATE instruction 1
\STATE instruction 2
\end{algorithmic}
\end{algorithm}
\end{document}

Please, how can I increase the indent before instruction 1?

researcher
  • 4,555

0 Answers0