如何在乳膠中算法(算法)中縮進直線?膠乳算法中的縮進
我希望能夠編寫如下:
\begin{algorithm}[H]
\caption{My Awesome Program} \label{awesome-algorithm}
\begin{algorithmic}[1]
\FOR { $i=0$ to $logn$ }
\STATE Step A:
% would like the indent the next lines...
\STATE do something
\STATE do another thing
\STATE Step B
\ENDFOR
\end{algorithmic}
\end{algorithm}
怎麼可能縮進這些行? 我一直在試圖找到答案,谷歌搜索沒有成功。我希望你們能幫助我。謝謝。
我目前使用縮進如下:
\STATE \ \ \ \ do something
這似乎是完全錯誤的。但工作。
問題應該移到tex.stackexchange。 – gatoatigrado