Hello,
I'm trying to write a program for a pseudocode with while-loops, for-loops and if-else instructions in Latex.
I would like to remove the "do" of the while-loop, the "end for" of the for-loop, the "then" and the "end if" of the if-else statement.
The first two work, but the last two are not.
No error meassage is generated, but nothing happens. Do I have to write the last two commands differently?
Solved there on goLaTeX.de (link) by a guest's post, solution was: insert \NoEndWhile before the corresponding \WHILE and not later, not right before \ENDWHILE.