#Displaying pseudocode
1 messages · Page 1 of 1 (latest)
use listing with tcolorbox
what's the package you used for pseudocode?
lstlisting or something
I knew I saw it somewhere before, it's not lstlistings #1109499908320411738 message
please don't hijack another thread for your own question
there are some packages specifically for writing pseudocode https://en.wikibooks.org/wiki/LaTeX/Algorithms
LaTeX has several packages for typesetting algorithms in form of "pseudocode". They provide stylistic enhancements over a uniform style (i.e., all in typewriter font) so that constructs such as loops or conditionals are visually separated from other text. The pseudocode is usually put in an algorithm environment.
For typesetting real code, writt...