Hello,
I'd like to insert some pseudocode in my paper using my own style. For
instance, I don't like "endwhile", "endif", and similar.
Here's an example of what I'd like (use a monospaced font):
for $I_1$:
for $I_2$:
$X_{I_1}\leftarrow <some expression>
I usually use the enumerate environment (with the enumitem module) for
this but this time I got the error "nested too deep". And, frankly,
enumerate is not very convenient for algorighms because one needs to
change the spacing, hide the labels, etc...
Basically, I just need a way to indent lines the way I like and be able
to use math.
Kiuhnm