Tagged Questions
5
votes
3answers
330 views
Is there a \foreach function that works in the preamble?
Tikz/PGF has an extremely useful implementation of \foreach, which allows for instance the construction
\foreach \x / \y in {1/a,2/b,3/c,4/d} {\x is a lot like \y}
in which you can iterate over a ...