Tagged Questions
3
votes
1answer
433 views
Pseudocode overflow out of column
I am writing pseudocode using the algorithmicx package in IEEEtran class (double column). My problem is, some of the statement in the code are quite long which I expected to wrap to next line. ...
4
votes
1answer
5k views
Algorithm and IEEEtran
I'm trying to write an algorithm in a IEEEtran LaTeX template and it doesn't work in any way.
\usepackage{algorithm}
\usepackage{algorithmc}
%\begin{algorithm}[H]
\begin{algorithm*}
\caption{ASGP ...