Changes

Jump to navigation Jump to search
672 bytes added ,  08:46, 14 June 2012
More elaborate See Also
</tr>
</table>
 
== Description ==
Repeat a command something a number of times.
== Example ==
<context source=yes>
\dorecurse{3}{Meow\low{\recurselevel}...\ }
</context>
== See also ==
* [[System Macros/Loops and Recursion]]* Looping a fixed number of times** {{cmd|dorecurse}} for iterating from 1 to n.** {{cmd|dostepwiserecurse}} for iteration with arbitrary start, end, and step.** {{cmd|recurselevel}} for the iteration number.** {{cmd|recursedepth}} for the iteration depth, in the case of nested {{cmd|dorecurse}} and co.* 'While' loops with exit conditions** {{cmd|doloop}} for a loop that repeats until exited.** {{cmd|exitloop}} to exit a loop.** {{cmd|exitloopnow}} to immediately exit a loop.** {{cmd|looplevel}} to know which iteration the loop is in.** {{cmd|loopdepth}} to know how many nested loops deep we are.* {{cmd|input}} is also often used to produce dummy text.
* [[Programming_in_LuaTeX#Loops_without_worrying_about_expansion|LuaTeX]] for heavier-duty looping and iterating.

Navigation menu