Questions tagged [algpseudocode]

The {algpseudocode} package provides a algorithmic environment and some useful commands.

algpseudocode is part of the algorithmicx bundle, it gives you an improved version of algorithmic besides providing some other features

77 questions
2
votes
1 answer

Missing number, treated as zero when using \If without \EndIf with algpseudocode

I'm trying to typeset a pseudo code with an \If block without the matching \EndIf using algpseudocode. This is my…
molamola
  • 123
0
votes
1 answer

Need help in latex algorithm and procedure format

I would like to get the following output, but the code given below produces a different output. Here is my code. \documentclass[10pt,journal,compsoc]{IEEEtran} \usepackage{algorithm} \usepackage{algpseudocode} \begin{document} \begin{algorithm} …