I want to disable line number in pseudo-code blocks, even though there isn't 1 in the \begin block. I am using the IEEE template
This is the code
\begin{algorithm}
\caption{Test}
\begin{algorithmic}
\State $test$
\State $test$
\State $test$
\State $test$
\end{algorithmic}
\end{algorithm}
I have these packages:
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{algpseudocode}


algorithmic, only\usepackage{algorithm,algpseudocode}. – Werner Feb 04 '22 at 07:47